body {
    background: #f5f5f5;
}

.bb {
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.bb h5 {
    font-size: 14px;
    color: #FF6A00;
    margin-top: 25px;
    margin-bottom: 0;
}

.bb h3 {
    font-size: 42px;
    color: #FF6A00;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: bold;
}

.main {
    padding: 5px 10px 0;
    overflow: hidden;
}

.main .row2 {
    width: 100%;
    margin-bottom: 60px;
}

.main .row2::after {
    content: '';
    clear: both;
    display: block;
}

.col {
    margin-top: 10px;
    padding: 0 5px;
    width: 50%;
    float: left;
    box-sizing: border-box;
}

.xb {
    background: #fff;
    border-radius: 5px;
}

.text {
    padding: 0 5px;
    overflow: hidden;
}

.text p {
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    color: #303030;
    margin: 0;
    margin-top: 10px;

}

.text h6 {
    font-size: 14px;
    /* color: #fe3e4d; */
    color: #FF6A00;
    margin: 10px 0 10px;
    position: relative;
    border-top: 1px solid #f5f5f5;
    padding-top: 7px;
}

.text h6 span {
    float: right;
}

.text h6 span img {
    width: 17px;
    vertical-align: middle;
}

.nav {
    background: #fff;
    margin-top: 15px;
    padding: 20px 15px;
}

.nav img {
    width: 10px;
    vertical-align: middle;
}

.nav span {
    transition: 0.3s;
    width: 85px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-right: 13px;
    background: #f2f2f2;
    border-radius: 30px 30px 30px 30px;
    font-size: 12px;
}

.nav span .img1 {
    display: none;
}

.nav span .img2 {
    display: inline-block;
}

.nav span.active .img2 {
    display: none;
}

.nav span.active .img1 {
    display: inline-block;
}

.nav span.active {
    /* color: #fc305c; */
    color: #FF6A00;
    position: relative;
    z-index: 2;
    /* border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; */
}

.nav span.active::after {
    content: '';
    transform: translateY(100%);
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 15px;
    left: 0;
    background: #f2f2f2;
    z-index: -1;
}

.nav .img3 {
    float: right;
    width: 13px;
    margin-top: 13px;
}

.main {
    position: relative;
}

.main .mb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.main .mb.active {
    display: block;
}

.main .xhh {
    background: #f2f2f2;
    padding: 0 15px;
}

.main .xhh::after {
    content: '';
    clear: both;
    display: block;
}

input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

input[type="checkbox"] + label {
    width: 50%;
    display: inline-block;
    float: left;
    margin: 10px 0;
    font-size: 13px;
}

input[type="checkbox"]:checked + label {
    /* color: #fc305c; */
    color: #FF6A00;
}

.bt {
    height: 50px;
}

.re {
    float: left;
    width: 50%;
    height: 100%;
    background: #ffffff;
    text-align: center;
    border-radius: 0 0 0 15px;
}

.re input {
    color: #212121;
}

.sub {
    float: left;
    width: 50%;
    height: 100%;
    /* background: #ff0036; */
    background: #FF6A00;
    text-align: center;
    border-radius: 0 0 15px 0px;
}

.sub input {
    color: #fff;
}

.bt input {
    border: 0;
    background: none;
    font-size: 15px;
    text-align: center;
    line-height: 50px;
    outline: none;
}

.mf {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mf img {
    display: block;
    width: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.mf_img {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/b1.png") no-repeat;
    background-size: cover;
    text-align: right;
    padding: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
    z-index: 3;
}

.mf_div {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: #ff0000; */
    background: #FF6A00;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    z-index: 2;
    padding-left: 5px;
}

.che {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 10px;
}

.tab {
    width: 100%;
    padding: 0;
    float: left;
    margin-bottom: 0 !important;
}

.tab li {
    padding: 15px 0;
    background: #fff;
    width: 33.3%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 14px;
}

.active {
    background: #ededed !important;
    /* color: red; */
    color: #FF6A00;
    /* border-bottom: 2px red solid; */
    border-bottom: 2px #FF6A00 solid;
}

.mf:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) no-repeat;
    background-position: center center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background-size: 25px;
    opacity: 0;
    transition: 0.4s;
}

.xb:hover .mf:after {
    opacity: 1;
}

.xb:hover .text p {
    /* color: red; */
    color: #FF6A00;
}

.chicun {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    display: flex;
    position: relative;
}

.chicun-span {
    color: #aaaaaa;
    margin-right: 5px;
}

.chicun2 {
    margin-left: 10px;
}

.chicun2 n {
    font-size: 14px;
    margin-right: 5px;
}

.chicun2-img {

    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fdfdfd;
    border: 1px #f1f2f4 solid;
    border-radius: 5px;
    margin: 0 5px;
}

.chicun2-img img {
    width: 100%;
}

.chicun2-div {
    display: inline-block;
    width: auto;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    background: #f1f2f4;
    color: #9c9c9b;
    padding: 0 8px;
    margin-left: 5px;
    border-radius: 5px;
}

.chicun2-div2 {
    padding-left: 5px;
    margin-bottom: 20px;
}

.icon-youjiantou {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px !important;
    color: #d4d4d4;
}

.dianpu {
    padding:0 10px;
    float: left;
    background: #fff;
    margin-top: 10px;
}

.col2 {
    margin-top: 10px;
    padding: 0 5px;
    width: 33.3%;
    float: left;
    box-sizing: border-box;
}

.dianpu-p2 {
    font-size: 14px;
    border-top: 1px #e5e5e5 solid;
    padding: 10px 0 10px 5px;
    margin: 0;
}

.dianpu-p {
    padding-left: 5px;
    font-size: 14px;
}
.dianpu-p span{
    position: absolute;
    right: 15px;
    border-radius: 25px;
    color: #fff;
    padding: 2px 10px;
    /* background: -moz-linear-gradient(right, #ff2d21 0%, #ff6e2a 100%); */
    background: -moz-linear-gradient(right, #FF6A00, #FF6A00b8);
    background: -webkit-gradient(linear, left top, left right, color-stop(0%, #000000), color-stop(50%, #ffffff));
    background: -webkit-linear-gradient(right, #FF6A00, #FF6A00b8);
    background: -o-linear-gradient(right, #FF6A00, #FF6A00b8);
    background: -ms-linear-gradient(right, #FF6A00, #FF6A00b8);
    background: linear-gradient(to right, #FF6A00, #FF6A00b8);

}
.sp{
    margin-top: 10px;
    background: #fff;
    padding: 0 15px 10px;
}
.sp p{
    padding: 10px 0px;
    margin: 0;
    font-size: 14px;
}
.sp span{
    font-size: 12px;
    margin-top: 8px;
    display: block;
}
.sp p:nth-child(1){
    padding-left: 25px;
    position: relative;
    color: #333333;
}
.sp p:nth-child(1):after{
    content: '';
    position: absolute;
    left: 12.5px;
    top: 50%;
    transform: translate(0,-50%);
    width: 3px;
    height: 18px;
    /* background: red; */
    background: #FF6A00;
}
.biaot{
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 0 ;
    background: #fff;
}
.biaot span{
    position: relative;
}
.biaot span:after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top:50%;
    left: -25px;
background: #000;
    transform: translate(0,-50%);
}
.biaot span:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top:50%;
    right: -25px;
    background: #000;
    transform: translate(0,-50%);
}
.biaot span i:after{
    content: '';
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    border-radius: 50%;
    top:50%;
    left: -50px;
    background: #000;
    transform: translate(0,-50%);
}
.biaot span i:before{
    content: '';
    content: '';
    position: absolute;
    width: 30%;
    height: 1px;
    border-radius: 50%;
    top:50%;
    right: -50px;
    background: #000;
    transform: translate(0,-50%);
}