@charset "utf-8";
/*公共重置样式 开始*/
*{box-sizing: border-box;}
body { font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px !important; line-height: 20px; min-width:1220px;color: #212121;}
a,body,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,i,input,li,ol,p,span,td,textarea,th,ul,img { margin: 0; padding: 0; border: none; font-weight: normal; }
a { text-decoration: none; color: #333; }
a:focus { outline: 0}
a img { border:none; outline: none; }
img { max-width: 100%; }
li { list-style: none; }
em,i { font-style: normal; }
.fl { display: inline; float: left; }
.fr { display: inline; float: right; }
.relative { position: relative; }
.clearfix:after { display: block; content: ""; clear: both; }
.clearfix { zoom: 1; }
input,select,textarea { font-family: "Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; color: #666; outline: 0; resize: none; padding: 0 8px; }
input[type=week],input[type=number],input[type=email],input[type=url],input[type=search],input[type=tel],input[type=color],input[type=text],input[type=password],input[type=datetime],input[type=date],input[type=month],input[type=time],select,textarea { border: 1px solid #ccc; background: #fff; }
/*公共重置样式 结束*/

.pl5{ padding-left: 5px; }
.pl10{ padding-left: 10px; }
.pl15{ padding-left: 15px; }
.pl20{ padding-left: 20px; }
.pr5{ padding-right: 5px; }
.pr10{ padding-right: 10px; }
.pr15{ padding-right: 15px; }
.pr20{ padding-right: 20px; }
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{ padding-top: 20px; }
.pt30{padding-top: 30px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}


.pa10{ padding: 10px; }
.pa20{ padding: 20px; }
.ml5{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml30{ margin-left: 30px; }
.mr5{ margin-right: 5px; }
.mr10{ margin-right: 10px; }
.mr15{ margin-right: 15px; }
.mr20{ margin-right: 20px; }
.mt5{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mb5{ margin-bottom: 5px; }
.mb10{margin-bottom: 10px;}
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb50{margin-bottom: 50px;}

.dis-none{ display: none; }
.hidden{ display: none; }
.tx-center{text-align: center;}
.tx-right{text-align: right;}
.w1200{width: 1220px;margin: 0 auto;}
a:hover{
    color: #da1a45;
}
.bgfff{background-color: #fff;}
.icon{
    position: absolute;
    background: url(../images/common/icon.png) no-repeat;
}
.reg-sys-icon{
    width: 20px;
    height: 20px;
    position: absolute;
    background: url("../images/common/police_logo.jpg") no-repeat;
}
.cda1a45{
    color: #da1a45;
} 
.cb3b3b3{
    color: #b3b3b3;
}
/* 共用按钮 */

.comm-button{
    position: relative;
    display: inline-block;
    min-width: 100px;
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
    z-index: 5;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.comm-button::before{
    position: absolute;
	content: "";
	left:0;
	top:0;
	height:100%;
	width:100%;
	z-index: -1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transform: scaleX(0);
	border-radius: 17px;
}
.comm-button:hover{
    color: #fff;
}
.comm-button:hover::before{
    transform: scaleX(1);
}
.button-deepred{
    border: 1px solid #da1a45;
    background-color: #da1a45;
    color: #fff;
}
.button-deepred:hover{
    border-color: #212121;
}
.button-deepred:hover::before{
    background:#212121;
}
.button-white{
    border: 1px solid #696969;
    background-color: #fff;
    color: #333333;
}
.button-white:hover{
    border-color: #da1a45;
}
.button-white:hover::before{
    background:#da1a45;
}
.button-gray{
    border: 1px solid #f2ecec;
    background-color: #f2ecec;
    color: #212121;
}
.button-gray:hover{
    border-color: #da1a45;
}
.button-gray:hover::before{
    background:#da1a45;
}
/* 翻页 */
.page {
    font-size: 16px;
    text-align: center;
}
  
  .page a, .page span {
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 2px;
    margin-right: 5px;
    border-radius: 5px;
  }
  
  .page a:hover {
    background-color: #da1a45;
    color: #fff;
  }
  
  .page .prev, .page .next {
    width: 34px;
    height: 34px;
    margin-top: 0;
    position: static;
  }
  
  .page .prev {
    margin-right: 30px;
    background-position: -80px -150px;
  }
  
  .page .prev:hover {
    background-color: transparent;
    background-position: -80px -184px;
  }
  
  .page .next {
    margin-left: 25px;
    background-position: -114px -150px;
  }
  
  .page .next:hover {
    background-color: transparent;
    background-position: -114px -184px;
  }
  
  .page .current {
    background-color: #da1a45;
    color: #fff;
  }
  
  .page .point {
    line-height: 20px;
  }

    .shangwuton{

        position: fixed;
        right: 50px;
        bottom: 50px;
        background: url(../images/common/talk.png) no-repeat;
        z-index: 99999;
        width: 80px;
        height: 80px;
    }
    .shangwuton::before{
        content: '';
        display: block;
        margin: 26px 0 0 20px;
        background: green ;
        width: 36px;
        height: 36px;
        background: url(../images/common/talk_icon.png) no-repeat;
        animation: mymove 1.3s linear infinite
    }
    @keyframes mymove {

        25% {-webkit-transform: translateY(-3px);}
        50%, 100% {-webkit-transform: translateY(0);}
        75% {-webkit-transform: translateY(3px);}

    }
    /* form表单 */
    .form-bg{
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.2);
        z-index: 99;
        position: fixed;
        left: 0;
        top: 0;
    }
    .form-alert{
        display: none;
        width: 915px;
        height: 500px;
        background: url(../images/common/form_bg.png) no-repeat;
        padding: 60px 0 0 58px;
        margin-bottom: 10px;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        z-index: 100;
    }
    .form-alert .form-close{
        width: 52px;
        height: 47px;
        background: url(../images/common/form_close.png) no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }
    .form-alert h3{
        font-family: SourceHanSansSC-Bold;
        font-size: 30px;
        color: #262b39;
        line-height: 34px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .form-alert .info{
        font-size: 16px;
        line-height: 24px;
        color: #212121;
        margin-bottom: 50px;
    }
    .form-alert .form-li{
        position: relative;
        width: 288px;
        margin-bottom: 14px;
        border-bottom: 1px solid #f4f5f7;

    }
    .form-alert .form-li input{
        width: 90%;
        border: none;
        padding:10px 12px;
        font-size: 16px;
    }
    .form-alert .required{
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #da1a45;
    }
    .form-alert .unit{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #bfc0c4;
        font-size: 13px;
    }
    .form-button{
        padding-top: 34px;
    }
    .form-button .form-submit{
        width: 132px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: none;
        font-size: 16px;
        color: #ffffff;
        background-color: #da1a45;
        border-radius: 20px;
        cursor: pointer;
    }
    .form-qrcode{
        background: #fff;
        width: 118px;
        height: 93px;
        border-radius: 10px;
        z-index: 4;
        padding: 5px;
        position: absolute;
        right: 40px;
    }
    .form-qrcode img{
        float: left;
        width: 84px;
        height: 84px;
    }
    .form-qrcode p{
        float: left;
        width: 24px;
        padding:5px;
        line-height: 18px;
        color: #000;
        font-size: 14px;
    }
    .qrcode-wechart{
        top: 252px;
    }
    .qrcode-experience{
        top: 355px;
    }
    @media screen and (max-width:640px) {
        .form-alert{
            max-width: 380px;
            width: 100%;
            background: #fff;
            padding-left:46px;
            padding-right:46px;
        }
        .form-alert h3{
            font-size: .48rem;
        }
        .form-alert .info{
            font-size: .32rem;
        }
        .form-alert .form-li input{
            font-size: .32rem;
        }
        .form-button .form-submit{
            font-size: .32rem;
        }
        .form-qrcode{
            display: none;
        }
        .form-button{
            text-align: center;
        }
    }

/* 客户端样式 start*/
#rx-header-top{background: #e6e6e6;height: 28px;position: relative;z-index: 4;}
.rx-header-top-con{width: 1200px;margin: 0 auto;}
.rx-header-city{cursor: pointer;line-height: 28px; font-size: 12px;color: #333;}
.rx-header-top-ul li{float: left;position: relative; }

.rx-header-top-ul li .rx-header-top-main{padding: 0 9px;float: left;font-size: 12px;color: #333;line-height: 27px;border: 1px solid transparent;position: relative;z-index: 5;border-bottom: none;}
.rx-header-top-ul li .rx-header-top-main img{vertical-align: -3px;margin-right: 5px;}
.rx-header-top-ul li .rx-header-top-main:hover{color: #ce2222;}

.rx-header-top-sort{position: absolute;border: 1px solid #ccc;  background-color: #fff; -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.1);  box-shadow: 1px 2px 1px rgba(0,0,0,.1); padding: 10px 0 10px 15px;z-index: 4;display: none;}

.rx-header-top-ul li.rx-header-top-have:hover .rx-header-top-main{background: #fff;border-color: #ccc;padding-bottom: 1px;}


/* 客户端样式 end*/