.tong-box {
    display:none;
    font-size:14px;
    padding:6px 10px 5px 10px;
    border-radius:3px;
    border: 1px solid #72798f;
    background: #fff;
    color: #72798f;
    position:fixed;
    top:15px;
    z-index:541990966;
    width:90%
}
.tong-tips {
    float:left;
    overflow:hidden;
    margin:0 auto;
    height:25px;
    line-height:25px
}
.tong-close {
    float:right;
    color:#ca7946;
    font-size:12px;
    line-height:25px
}
@media screen and (min-width:600px) {
    .tong-box {
        width:580px
    }
}
.fodong_tips {
    float:left;
    overflow:hidden;
    margin:0 auto;
    height:25px;
    line-height:25px
}
.fodong_tips ul {
    padding:0;
    margin:0 18px;
    list-style:none
}
.fodong_tips li {
    list-style-type:none
}
.fodong_tips .font_zd {
    color:#fff;
    background:#7e8ca3;
    /*background:linear-gradient(-95deg, #FF813A, #FF3F3D 60%, #FF3D3D);*/
    /*box-shadow:0 1px 4px rgba(255, 63, 61, 0.25);*/
    padding:0 5px;
    font-size:12px;
    line-height:18px;
    margin-right:10px;
    display:inline-block;
    vertical-align:1px;
    border-radius:2px
}
.btn-diy {
    position:fixed;
    right:20px;
    top:15px;
    color:#999;
}
.btn-diy a {
    color:#999;
    font-size:14px;
}
.search-pick {
    position:fixed;
    left:20px;
    top:15px;
    color:#999;
}
.search-pick a {
    margin-right: 10px;
    display: inline-table;
    font-size: 15px;
}
.search-pick .sactive {
    color: #7e8ca3;
}
.search-pick .sactive:after {
    content:'';
    margin: 0 auto;
    margin-top: 2px;
    border-radius: 20px;
    width: 20px;
    height: 3px;
    display: flex;
    background: #7e8ca3;
}
#ThisForm{
        max-width: 720px;
    margin: 0 auto;
}
.history.container{
    max-width: 720px!important;
}

.m-search-diy {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, #f7f8f9 0%, #fff 100%);
    z-index: 999;
    display: none;
}
.m-search-diy::after {
    content:'';
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/asset/colour-bg.png) no-repeat;
    background-size: 100%;
    top: 0;
    z-index: -1;
}
.m-search-diy .search-form {
    width: 80%;
    margin-top: 25px;
    margin-left: 15px;
}
.m-close-s {
    /*display: inline-block;*/
    /*margin: 0 18px 0 0;*/
    /*background: none;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*font-weight: 700;*/
    /*top: 35px;*/
    /*font-size: 17px;*/
    display: block;
    background: none;
    margin-left: 88%;
    margin-top: -36px;
    font-size: 17px;
}
.m-search-diy .search-form input {
    margin-left: 8px;
}
.history-title {
    font-size: 15px;
    color: #757575;
    margin-top: 20px;
    text-align: left;
    margin-left: 5px;
}
.m-search-diy2 {
    position: absolute;
    height: auto;
    left: 7.5%;
    top: 215px;
    width: 85%;
    max-width: 540px;
    background: linear-gradient(to bottom, #f7f8f9 0%, #fff 100%);
    z-index: 999;
    display: none;
}
.m-search-diy2 .history{
    max-width: 100%!important;
    /*padding: 0 0px 30px 20px;*/
    padding-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(51, 51, 51, 0.1);
    border-radius: 5px;
}
@media screen and (min-width: 600px){
    .m-search-diy2 {
        left: calc((100% - 540px)/2);
        top: 245px;
    }
}