.form-control{
    border: none!important;
}
.city-input{
    display: flex;
    padding: 0 60px;
    box-sizing: border-box;
    width: 363px;
    height: 40px;
    position: relative;
    border: 1px solid rgba(204, 204, 204, 1);
    cursor: pointer;
}


.city-input .city-picker-span {
    position: unset!important;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-bottom: none!important;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
    width: 100%!important;
    height: 35px!important;
    line-height: 35px!important;
}

.choic_box {
    padding: 0 0 0 20px;
    width: 550px;
    display: flex;
    font-size: 14px;
    color: #333333;
    align-items: center;
    margin-top: 10px;
}

.type_act {
    border-color: #ff5302!important;
}

.type_box {
    position: relative;
    padding: 0 10px;
    height: 30px;
    border: 1px solid rgba(204, 204, 204, 1);
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}


.type_act .che_img {
    display: block;
}
.che_img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}





.whole{
    background-color: #f4f5f8;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}
.pro_l{
    width: 76%;
    overflow: hidden;
    float: left;
}
.pro_right{
    width: 22%;
    overflow: hidden;
    float: right;
}

.pro_pro{
    width: 100%;
    background-color: white;
    /* overflow: hidden; */
}

.pro_info .squre{
    width: 280px;
    height: 230px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    text-align: center;
    border: solid 1px #e4e4e4;
    display: flex;
    align-items: center;
}


.pro_info .squre img{
    margin: 0 auto;
}
.pro_info .info{
    color: #ccc;
    width: 525px;
    background: #f7f8fa;
}
.pro_info .info .price{
    color: #f96600;

}
.buy{
    width: 160px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-right: 10px;
    background-color: #f8b62b;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 25px;
    float: left;
}
.bg-ee6f2d{
    background-color: #ee6f2d;
}
.bg-00aef3{
    background-color: #00aef3;
}
.buy:hover{
    background: linear-gradient(-90deg, #ff894f 0%, #ffa838 100%);
    color: #fff;
}

.pro_detail{
    height: auto;
    min-height: 500px;
    width: 100%;
}

.pro_t_title{
    width: 100%;
    height: 27px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.pro_t_title img{
    margin: 0 auto;
}
.color_f96600{
    color: #f96600;
}
.pro_pro ul li{
    border-top: solid 1px #efefef;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.form_box{
    background-color: #ececec;
    overflow: hidden;
    width: 100%;
}
.public[type=text] {
    width: 90%;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 15px;
    background-color: white;
    padding: 14px 10px 15px 40px;
    margin-left: 14px;
    border: none;
    color: #c3c3c3;
}
.name[type=text] {
    background-image: url(../img/product/icon_03.png);
    background-position: 10px 9px;
    background-repeat: no-repeat;
}

.phone[type=text] {
    background-image: url(../img/product/icon_02.png);
    background-position: 10px 9px;
    background-repeat: no-repeat;
}

.content[type=text] {
    padding: 0px 10px 15px 40px;
    background-image: url(../img/product/icon_04.png);
    background-position: 10px 13px;
    background-repeat: no-repeat;
    height: 65px;
}
input[type=submit] {
    background-color: #f8b62b;
    width: 90%;
    height: 43px;
    border-radius: 5px;
    color: #ffff;
    font-size: 20px;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 14px;
}
.red{
    color:red;
}
.hui{
    color:#999;
}



.pro_detail_nav{
    width: 100%;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
}

.tab-title li{
    float: left;
    width: 16.66666%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    cursor: pointer;
}
.tab-title .active{
    background-color: #3e3e3e;
    color: #fff;
}
.tab-title li:focus{
    background-color: #3e3e3e;
    color: #fff;
}

.content_title{
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.content_title .squre{
    width: 7px;
    height: 25px;
    background-color: #f8b62b;
    float: left;
    margin-top: 3px;
    margin-right: 7px;
}
.content_title img{
    margin-top: 18px;
    margin-left: 15px;
}

.adv{
    width: 912px;
    height: 83px;
    position: relative;
}

.adv1{
    background: url(../img/product/adv1.png) no-repeat;
}
.adv2{
    background: url(../img/product/adv2.png) no-repeat;
}
.adv_btn{
    position: absolute;
    right: 35px;
    top: 20px;
}

.content_con_box{
    overflow: hidden;
    width: 85%;
    margin-left: 60px;
    margin-top: 30px;
}
.content_con_box p{
    font-size: 16px;
    float: left;
    color: #f8b62b;
    font-weight: 600;
}
.content_con_box span{
    line-height: 24px;
    font-size: 12px;
    overflow: hidden;
    width: 95%;
    display: block;
}
.content_con_box b{
    color: #f8b62b;
}
.italic{
    font-style: normal;
}
.ml37{
    margin-left: 37px;
}
.else{
    background-color: #fff;
    margin-top: 20px;
    padding: 20px;
    overflow: hidden;
}
.else_title{
    color: #ff4601;
    font-size: 20px;
}
.else_box{
    width: 31.5%;
    background: linear-gradient(180deg, #fef6e5 0%, #ffffff 100%);
    border: solid 1px #cccccc52;
    padding-top: 30px;
    margin-top: 25px;
    float: left;
    background-image: url(../img/product/hot.png);
    background-repeat: no-repeat;
    background-position: right -5px top -5px;
    position: relative;
}
.else_box .else_box_title{
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}
.else_box .sentence{
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #ffbf3c;
    width: 200px;
    display: block;
    overflow: hidden;text-overflow: ellipsis; white-space: nowrap;
}
.else_box ul {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 96px;
}
.else_box ul li{
    line-height: 24px;
    font-size: 12px;
    color: #959595;
}
.else_price{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}
.else_price p{
    color: #ff4601;
    float: left;

}
.else_price del{
    color: #a2a2a2b0;
    padding-left: 15px;
    margin-top: 7px;
    overflow: hidden;
    display: block;
}
.else_btn{
    background-color: #ffbf3c;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.else_btn a{
    display: block;
    color: #fff;
    font-size: 20px;
}
.else_btn a:hover{
    background: linear-gradient(-90deg, #ff894f 0%, #ffa838 100%);
    color: #fff;
}

.pro_detail_nav .tab_top{
    /* position: fixed; */
    top: 0;
    z-index: 1000;
    width: 912px;
    border-bottom: solid 1px #ccc;
    background: #fff;
}


