/**导航栏与底部样式**/
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;

    z-index: 19999;
    /* line-height: 80px; */
}

.head_back{
    background: rgba(0,0,0,0.6);
}
.nav_tabLeft {
    float: left;
    height: 100%;

}

.logo_img {
    height: 40px;
    width: 108px;
    float: left;
    margin-right: 77px;
    background-image: url("/images/logo3-1f46e11bb034d7014aa4230ce3d397e0.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.navBox{
    float: left;
    height: 40px;
    /*padding: 0 20px;*/
    text-align: center;
    line-height: 40px;
    margin-right: 17px;
    position: relative;
}
.navBox::after{
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 2px;
    background-color:#FFFFFF;;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.navBox:hover .second_list{
    display: block;
}
.nav_this::after{
    content: '';
    top: auto;
    bottom: 0;
    width: 100%;
}
.nav_this.navBox>a{
    font-weight: 600;
}
.navBox>a {
    color: #EBEBEB;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 16px;
}
.navBox>a:after {
    border-right-color: #fff;
}
.second_list{
    background: #fff;
    position: absolute;
    top:40px;
    left: 14px;
    display: none;
    box-shadow:0px 2px 2px 0px rgba(51,36,19,0.1);
}
.second_tab{
    width: 104px;
    border-bottom: 1px solid rgba(230,230,230,1);

    z-index: 100000000000;
    cursor: pointer;
    user-select: none;
}
.second_tab:last-child{
    border: none;
}
.second_tab:hover{
    background: rgba(255,136,0,1);
}
.second_tab:hover a{
    color: #fff !important;
}
.free_register{
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    width: 76px;
    text-align: center;
    background:linear-gradient(135deg,rgba(52,174,255,1),rgba(64,126,255,1));
    border-radius:15px;
}
.nav_tabRight {
    float: right;
    height: 100%;
}

.nav_tabRight a {
    color: #fff;
    float: left;
    font-size: 12px;
}

.nav_tabRight a:nth-of-type(1) {
    margin-right: 30px;

}



.nav_tabRight a:nth-of-type(3) {
    padding-right: 15px;
    padding-left: 15px;
}

.nav_tabRight a:nth-of-type(4) {
    /*margin-left: 15px;*/
    margin-right: 10px;
    height: 24px;
    font-size:12px;
    font-family:MicrosoftYaHei-Bold;
    /*font-weight:bold;*/
    line-height: 24px;
    margin-top: 2px;
}
.nav_tabRight a:nth-of-type(4)>img {
    margin-right: 10px;

}

.content {
    /* padding-top: 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; */
}

#footer {
    height: 540px;
    background: url("/images/index/banner_footer-25ba736eca7223f76ed161e249963f7c.jpg") no-repeat;
    padding-top: 100px;
    background-size: 100% 540px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px;
}

.footer_top {
    height: 240px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(122,136,153,1);;
}

.company_info {
    color: #dbdbdb;
    width: 290px;
    float: left;
}

.company_info img {
    width: 150px;
    height: 60px;
    margin: 10px 0;
}

.company_info p {
    font-size: 30px;
    font-size:24px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
}

.company_info>span {
    font-size: 12px;
    line-height: 30px;
    display: block;
    color:rgba(122,136,153,1);
}

.help_center {
    width: 315px;
    margin-left: 40px;
    float: left;
    height: 100%;
}

.help_center>a {
    font-size: 16px;
    color: #dbdbdb;
    display: block;
    margin-bottom: 17px;
}

.help_center li {
    margin-bottom: 17px;
    float: left;
    width: 50%;
}

.help_center li>a {
    color: #dbdbdb;
    font-size: 12px;
}

.footer_common {
    margin-right: 66px;
    float: left;
    height: 100%;
}

.footer_common>a {
    font-size: 14px;
    color: #dbdbdb;
    display: block;
    margin-bottom: 30px;
}
.footer_common>a>img{
    margin-right: 4px;
}
.footer_common li {
    margin-bottom: 17px;
    position: relative;
    text-indent: 18px;

}
.footer_common li:after{
    content: ".";
    color:rgba(122,136,153,1);
    position: absolute;
    top: -5px;
    left: -13px;
}

.footer_common li>a {
    font-size: 12px;
    color:rgba(122,136,153,1);
}

.mobile_client {
    margin: 0;
}

.footer_bottom {
    height: 198px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.friend_link {
    /* height: 80px; */
    padding: 40px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* margin-bottom: 30px; */
}

.friend_link>span {
    color:rgba(122,136,153,1);
    float: left;
    display: inline-block;
    margin-right: 30px;
}

.friend_link>span:nth-of-type(1) {
    margin-right: 0;
    font-size: 12px;
}
.friend_link>span>a {
    color:rgba(122,136,153,1);
    font-size: 12px;
}
.record {
    height: 88px;
    color:rgba(122,136,153,1);
    font-size: 12px;
    line-height: 88px;
}
.record>img {
    height: 45px;
    width: 130px;
    float: right;
    margin-top: 16px;
}
.record>p {
    float: left;
}
.setBlock{
    display: block;
    /*width: 85px;*/
    height: 100%;
    margin: 0 10px;
}

.product_show .play{
    position: absolute;
    display: inline-block;
    cursor: pointer;
    z-index: 1000;
    top: calc(86% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(/images/play-video-f1ff02ba228c55a87fccba7f39224514.png) 0 -55px no-repeat;
    transform: scale(0.8);
}

.product_show .play:hover {
    background: url(/images/play-video-f1ff02ba228c55a87fccba7f39224514.png) -55px -55px no-repeat;
}

.prism-player{
    z-index: 9999;
    position: absolute !important;
}
.prism-player:hover .close{
    display: block;
}
.prism-player .close{
    display: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url("/images/auction/close1-897b7cc4545b54b390c6109fe9464984.png");
    background-size: cover;
}

.prism-player .close:hover{
    background-image: url("/images/auction/close2-0478a8db1c19c5972ca81f61cbeeac7d.png");
}

.toAuctionHall{
    position: relative;
}


.toAuctionHall a{
    background-color: rgb(0,113,255);
    padding: 5px;
    font-size: 16px;
    color: white;
    border-radius: 4px;
    display: inline-block;
    margin-top: 140px;
}
.toAuctionHall a:hover{
    color: white;
    background-color: rgba(0,113,255,.8);
}

.toAuctionHall img{
    position: absolute;
    margin-left: 10px;
}

.auction_info .car_over_img{
    position: relative;
}
.auction_info .car_over_img:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/images/auction/auction_over-79cbeff16af0b941e13d59e3677b6e2d.png") no-repeat;
    background-size: 40%;
    background-position: center;
    background-color: rgba(0,0,0,.3);
}

.mandatoryReminderDiv{
    height: 130px;
    width: 100%;
    position: fixed;
    background-color: #1A2A38;
    bottom: 0;
    left: 0;
    opacity: 0.9;
}

.mandatoryReminderDiv .content{
    width: 1200px;
    margin: auto;
    position: relative;
}

.mandatoryReminderDiv .content .reqRealNameImg{
    position: absolute;
    top: -190px;
}

.mandatoryReminderDiv .content .balanceInsufficientImg{
    position: absolute;
    top: -25px;
}

.mandatoryReminderDiv .content .close{
    position: absolute;
    top: 10px;
    right: 12px;
    width: 18px;
    height: 18px;
}

.mandatoryReminderDiv .content .addMargin{
    position: absolute;
    background: #1A2A38;
    color: #F9E3C0;
    font-size: 18px;
    right: 310px;
    top: 45px;
    border: 2px solid;
    /*border-image: linear-gradient(90deg,#F9E4C1, #E3B786) 20 20;*/
    border-radius: 26px;
    width: 174px;
    height: 55px;
}
.mandatoryReminderDiv .content .updateUser{
    position: absolute;
    background: #1A2A38;
    color: #F9E3C0;
    font-size: 18px;
    right: 40px;
    top: 45px;
    background: linear-gradient(90deg, #F9E4C1, #E3B786);
    border-radius: 26px;
    width: 253px;
    height: 55px;
    cursor: pointer;
}

.mandatoryReminderDiv .content .updateUser .huiyuan{
    position: absolute;
    left: 21px;
    top: 12px;
    width: 26px;
    height: 26px;
}

.mandatoryReminderDiv .content .updateUser .text1{
    position: absolute;
    left: 96px;
    top: 7px;
    font-size: 17px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #93593C;
}

.mandatoryReminderDiv .content .updateUser .text2{
    position: absolute;
    left: 56px;
    top: 31px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #A67252;
}

.maskBox *{
    margin:0;
    padding:0;
}
.maskBox ul,.maskBox ol,.maskBox li {
    list-style: none;
}
.maskBox{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.2);

}
.maskBox .maskContent{
    position: fixed;
    top:50%;
    left:50%;
    width: 500px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: #fff;
}
.maskBox .contentBc{
    width: 100%;
    height: 120px;
}
.maskBox .contentTop{
    position: relative;
    margin-bottom: 30px;
}
.maskBox .close{
    position: absolute;
    top:6px;
    right:16px;
    font-size: 24px;
    color:#999;
}
.maskBox .vehicle-information{
    position: absolute;
    top:40px;
    left:20px;

}
.maskBox .vehicleTitle{
    font-size: 16px;
    color:#5a5a5a;
}
.maskBox .vehicleContent{
    font-size: 18px;
    font-weight:bold;
}
.maskBox .maskRadio>label{
    color: #9d9d9d;
    font-size: 20px;
    display: block;
    margin-left: 140px;
    margin-bottom: 10px;
}
.maskBox .maskRadio>label>input[type=radio] {
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    width: 16px;
    height: 16px;
    position: relative;
}

.maskBox .maskRadio>label>input[type=radio]:after {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    content: " ";
    background-color: #fff;
    color: #fff;
    display: inline-block;
    visibility: visible;
    border-radius: 50%;
    border:1px solid #ccc;
}

.maskBox .maskRadio>label>input[type=radio]:checked:before {
    content: "✓";
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    color: #fff;
    font-weight: 400;
    z-index: 1;
    border-radius: 50%;
    background-color: #008cd5;
    line-height: 16px;
    text-align: center;
}
.maskBox .registrationBtn button {
    width: 240px;
    height: 58px;
    color: #fff;
    background: linear-gradient(135deg,rgba(52,174,255,1),rgba(64,126,255,1));
    border-radius: 200px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 20px;
    margin-left: 138px;
}