/* 服务详情页 */
#service_ad{
    display: none;
}
.ser_part_header {
    justify-content: space-between;
    margin-left: 16px;
}
.ser_part_header p:nth-of-type(1) {
    font-size:18px;
    line-height:27px;
}
.ser_part_header p:nth-of-type(2) {
    font-size:14px;
    color:rgba(51,51,51,0.6);
    line-height:21px;
}
.ser_msg {
    padding: 15px 0 60px 0;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0,0,0,0.09);
    width: 100%;
}
.ser_msg .ser_img img {
    width: 500px;
    height: auto;
}
.ser_msg .ser_msg_r {
    margin-left: 28px;
    width: 100%;
    position: relative;
}
.ser_r_title>h1 {
    display: inline-block;
    font-size:24px;
    font-weight:500;
    color:#333;
    line-height: 30px;
    width: 495px;
}
.ser_r_wx {
    width: 162px;
}
.ser_r_wx .wx_logo {
    width:26px;
    height:26px;
    background: url("/img/wxlogo.png");
    display: inline-block;
    margin-right: 10px;
}
.ser_msg_r .ser_qrCode_box {
    width:176px;
    height:192px;
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.15);
    background-color: #fff;
    position: absolute;
    top: 44px;
    right: 0;
    opacity:0;    
    visibility: hidden;
    transition: all .3s linear;
}
.ser_qrCode_box .ser_scan {
    line-height: 32px;
    font-size: 12px;
    color: #1890FF;
    font-weight: 400;
}
.ser_qrCode img {
    width: 140px;
    height: 140px;
    margin: 20px auto 0;
}
.ser_r_wx p {
    line-height: 26px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.ser_r_intro {
    padding: 16px 0 30px;
}
.ser_r_intro p{
    font-size:16px;
    font-weight:400;
    color:#333;
    line-height:27px;
}
.ser_r_price {
    height: 50px;
}
.ser_r_price p {
    display: inline-block;
    line-height:0px;
}
.ser_r_price_p {
    font-size:26px;
    font-weight:500;
    color:#FF2D2D;
}
.ser_r_price_p > span {
    font-family: Roboto;
}
.ser_r_price_t {
    font-size:24px;
    font-weight:400;
    color:#999;
}
.ser_r_price_del{
    text-decoration:line-through;
    padding-right: 12px;
}
.ser_r_price_del > span {
    font-family: Roboto;
}
.ser_r_price_dis {
    font-size: 18px;
    color: #333;
}
.ser_r_price_dis > span {
    font-family: Roboto;
}
.ser_r_rules {
    align-items: flex-start;
    margin-bottom: 6px;
}
.ser_r_btn {
    flex: 1;
}
.ser_r_text span {
    font-size:16px;
    font-weight:500;
    color:#333;
    line-height:30px;
    margin-right: 17px;
}
.ser_r_rules button {
    height:30px;
    padding: 0 12px;
    border-radius:4px;
    border:1px solid #ccc;
    font-size:16px;
    font-weight:400;
    color:#666;
    line-height:24px;
    margin: 0 20px 10px 0;
    cursor: pointer;
    transition: all 0.250s;
}
.ser_r_rules .serTp_btn_active {
    border:1px solid #1890FF;
    color:#1890FF;
}
/* .ser_r_rules .serTp_btn_disable { */
.serTp_btn_disable {
    background: #D9D9D9!important;
    color: #FFF!important;
    border: 0!important;
}
.ser_r_buyBtn {
    margin-top: 18px;
}
.ser_r_buyBtn button {
    padding: 0 25px;
    height:52px;
    border-radius:4px;
    font-size:20px;
    font-weight:400;
    line-height:24px;
    border:1px solid #1890FF;
    cursor: pointer;
    margin-right: 30px;
}
.ser_r_buyBtn .ser_r_buy {
    background: #1890FF;
    color: #fff;
}
.ser_r_buyBtn .ser_r_consult {
    color: #1890FF;
}
.ser_navBar {
    height:48px;
    background:#F2F2F2;
    border-bottom: 1px solid rgba(24,144,255,0.8);
}

.ser_navBar li,.ser_navBar button {
    float: left;
    cursor: pointer;
    line-height: 48px;
    padding: 0 34px;
    font-size:18px;
    font-weight:400;
    color:#333;
}
.ser_navBar .ser_navBar_active {
    background-color: #1890FF;
    color: #fff;
}
.ser_introduce {
    margin: 30px 0 41px;
}
.ser_navBar_fix {
    position: fixed;
    top: 0;
    z-index: 999;
}
.ser_navBar_fix .bo {
    position: absolute;
    right: 0px;
    color: #fff;
    height: 100%;
    background: #1890FF;
}
.ser_navBar_placeHolder {
    height: 48px;
    width: 100%;
}
.ser_evaluation .ser_eval_none {
    padding: 100px 0 0;
    text-align: center;
    /* line-height: 60px; */
    min-height: 140px;
}
.ser_eval_none p {
    padding-top: 10px;
    color: #666;
    font-weight: 400;
    /* line-height: 100px; */
    font-size: 16px;
}

.square {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: #4b9cdb;
}
.load-7 {
    display: inline-block;
    margin-left: -70px;
}
/* =Animate the stuff
------------------------ */
.load-7 .square {
    animation: loadingG 1.5s cubic-bezier(.17, .37, .43, .67) infinite;
}
@keyframes loadingG {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(70px, 0) rotate(360deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

.ser_banner_title {
    height:48px;
    background: #F1F1F1;
    border:1px solid #E9E9E9;
}
.ser_banner_title .ser_part {
    line-height: 48px;
    display: inline-block;
    color: #666;
    font-weight: 400;
    font-size: 24px;
    padding-left: 34px;
}
.ser_eval_nav {
    padding: 60px 0 30px;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,0.09);
}
.ser_eval_nav:nth-child(1) {
    padding-top: 30px;
}
.ser_eval_nav .ser_eval_l {
    width: 276px;
    height: 100%;
}
.ser_eval_l .ser_eval_img {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}
.ser_eval_img img {
    height: 50px;
    width: 50px;
}
.ser_eval_l>p {
    font-size:18px;
    font-weight:400;
    color:#333;
    line-height:50px;
    display: inline-block;
    padding-left: 16px;
}
.ser_eval_r {
    width: 924px;
}
.ser_eval_r .comment_title_star {
    line-height: 48px;
}
.ser_eval_r a {
    font-size:16px;
    font-weight:400;
    color:#1890FF;
    line-height:16px;
    margin-top: 10px;
    display: inline-block;
}
.ser_eval_r a i {
    /* color: #C3C3C3; */
    font-size: 14px;
    margin-left: 6px;
}
.ser_eval_star {
    line-height: 50px;
    font-size: 18px;
}
.ser_star_light {
    width: 18px;
    height: 18px;
    background: url("/img/star_light.png");
    background-size: cover;
}
.ser_star_shadow {
    width: 18px;
    height: 18px;
    background: url("/img/star_shadow.png");
    background-size: cover;
}
.ser_eval_con p{
    font-size:14px;
    font-weight:400;
    color:#333;
    line-height:30px;
}
.page {
    padding: 60px 0 80px;
}
.page li {
    width: 32px;
    height: 32px;
    border-radius:6px;
    border:1px solid #D9D9D9;
    line-height: 32px;
    float: left;
    margin-left: 8px;
    text-align: center;
    cursor: pointer;
}
.page .btn_active {
    background-color: #1890FF;
    color: #fff;
}
.ser_qa {
    position: relative;
}
.ser_q_ask {
    border-radius:17px;
    border:1px solid rgba(24,144,255,1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
}
.ser_q_ask a{
    width:118px;
    text-align: center;
    line-height: 31px;
    display: inline-block;
    font-size:16px;
    font-weight:400;
    color:#1890FF;
}
.ser_qa_content {
    padding: 0 0 40px;
}
.ser_qa_banner {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0,0,0,0.09);;
}
.ser_qa_box {
    align-items: flex-start;
}
.ser_q_img,.ser_a_img {
    padding-right: 22px;
    height: 44px;
}
.ser_q_img img,.ser_a_img img {
    width: 34px;
    height: 34px;
}
.ser_qa_box p {
    line-height: 24px;
    display: inline-block;
    font-size:16px;
    color: #333;
}
.ser_qa_box bold {
    font-weight: bold;
}
.ser_qa_banner .ser_q {
    margin-bottom: 15px;
}
.ser_correlation {
    margin: 60px 0;
}
.ser_corr_box img {
    width: 280px;
    height: auto;
}
.ser_corr_box p {
    padding: 15px 10px 15px 15px;
    width: 280px;
    line-height: 25px;
    text-align: center;
    font-size:18px;
    font-weight:400;
    color:#333;
    background:#fff;
    border-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ser_corr_box {
    margin: 0 24px 20px 0;
    border:1px solid rgba(0,0,0,0.15);
}
.ser_corr_box:nth-of-type(4n) {
    margin-right: 0;
}
.ser_correlation {
    flex-wrap: wrap;
}


/* 服务评价详情页 */
.serEval_box {
    margin: 31px 0 60px;
    align-items: flex-start;
    min-height: 600px;
}
.serEval_l_img img {
    width: 320px;
}
.serEval_l {
    width: 320px;
    margin-right: 53px;
}
.serEval_l_name {
    padding: 27px 0 16px 0;
}
.serEval_l_name p {
    font-size:22px;
    font-weight:400;
    color:#333;
    line-height: 30px;
}
.serEval_price span {
    font-family: "Roboto";
    font-size: 24px;
    color: #FF5454;
    padding-right: 5px;
}
.serEval_price p {
    font-size: 18px;
    color: #FF5454;
    line-height: 35px;
}
.serEval_r {
    flex: 1;
    background:#F4F8FF;
    border:1px solid #E5E5E5;
    padding: 25px 23px;
    border-radius: 6px;
}
.serEval_img img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.serEval_msg {
    padding-left: 10px;
}
.serEval_msg p {
    font-size:18px;
    font-weight:400;
    color:#333;
    padding: 8px 0 8px 0;
}
.serEval_star p {
    font-size:12px;
    font-weight:400;
    color:#666666;
    margin-right: 32px;
}
.serEval_star {
    line-height: 28px;
}
.serEval_star i {
    margin-right: 7px;
}
.serEval_con {
    padding-top: 13px;
}
.serEval_con p {
    font-size:16px;
    font-weight:400;
    color:#666;
    line-height:26px;
}
.serEval_back span {
    font-size:14px;
    font-weight:300;
    line-height:24px;
}
.serEval_back p {
    font-size:12px;
    font-weight:400;
    color:#333;
    padding: 16px 0 5px 0;
}
.serEval_back span:nth-of-type(1) {
    color: #2097FF;
}
.serEval_back span:nth-of-type(2) {
    color: #666666;
}
.serEval_back {
    padding-right: 30px;
}
.ser_order_title {
    margin-top: 42px;
}
.ser_order_title:nth-of-type(1) {
    margin-top: 62px;
}
.serOrder_box {
    padding: 22px 0 40px 0;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0,0,0,0.09);
    border-top: 1px solid rgba(0,0,0,0.09);
    margin-top: 12px;
}
/* .serOrder_box:nth-of-type(2) {
    border-bottom: 1px solid #1890FF;
} */
.serOrder_box_img img {
    width: 300px;
    height: auto;
}
.serOrder_box_r {
    flex: 1;
    padding-left: 30px;
}
.serOrder_title>p {
    font-size:24px;
    float: left;
    font-weight:500;
    color:#333;
    line-height: 30px;
    width: 695px;
}
.serOrder_price {
    margin-right: 12px;
}
.serOrder_price p {
    font-size: 18px;
    color: #FF5454;
    line-height: 40px;
}
.serOrder_turnover p{
    padding-top: 20px;
    font-size:18px;
    color:#333;
    line-height:24px;
}
.order_sub_num p,.order_sub_more a {
    line-height: 46px;
}
.order_sub_num p {
    font-size:16px;
    font-weight:400;
    padding-left: 20px;
    color:#333;
}
.order_sub_num span {
    margin-left: 32px;
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.65);
}
.order_sub_more a {
    font-size:16px;
    font-weight:400;
    color:#1890FF;
}
.order_sub_more i {
    font-size: 14px;
    padding: 0 15px 0 8px;
}
.sub_suc {
    margin-top: 20px;
    background:rgba(0,0,0,0.02);
    text-align: center;
}
.sub_suc_img img {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    margin-top: 54px;
}
.sub_suc span {
    display: block;
    font-size:16px;
    font-weight:400;
    color:#333;
    line-height:24px;
}
.sub_suc p {
    font-size:18px;
    font-weight:400;
    color:#333;
    padding: 38px 0 25px;
}
.sub_suc_button {
    display: inline-block;
    width:134px;
    background:#fff;
    border-radius:4px;
    border: 1px solid #1890FF;
    position: relative;
    margin: 42px 0 50px;
}
.sub_suc_button span {
    line-height: 42px;
    padding-left: 40px;
}
.sub_service {
    background: url("/img/service.png");
    width: 30px;
    height: 30px;
    position: absolute;
    top: 6px;
    left: 14px;
}
.orderBox {
    margin-bottom: 78px;
}

.ser_comment {
	margin: 80px 0 0;
	align-items: flex-start;
}
.ser_comment_l {
	padding-right: 25px;
}

.ser_comment_r {
    flex: 1;
    margin-bottom: 38px;
}
.ser_comment_r textarea {
	width: 100%;
	height:190px;
	border-radius:4px;
	border:1px solid rgba(0,0,0,0.15);
	padding: 8px 12px;
	resize:none;
	background:rgba(0,0,0,0.02);
    font-size: 16px;
}
.ser_comment_bottom {
	justify-content: space-between;
	height: 59px;
	margin-top: 30px;
}
.comment_star_score i {
	margin: 0 7px;
	width: 28px;
	height: 28px;
	cursor: pointer;
    -webkit-transition: all 0.250s linear;
    transition: all 0.250s linear;
}
.ser_comment_score {
	margin-bottom: 22px;
}
.ser_comment_score p {
	padding-right: 13px;
	font-size:24px;
	font-weight:400;
	color:#333;
	line-height: 32px;
}
.ser_comment_buttom {
    margin-bottom: 270px;
}
.ser_comment_buttom button {
	width:220px;
	height:59px;
	background:#2097FF;
	border-radius:4px;
	font-size:22px;
	font-weight:400;
	color:#fff;
    margin-top: 28px;
	cursor: pointer;
}
.ser_comment_buttom .comment_btn_disable {
	background:rgba(74,144,226,0.3);
	color:#fff;
	cursor: default;
}
.ser_ordermsg_l {
    width: 266px;
}
.ser_dl {
    margin-right: 65px;
}
.ser_dl dl {
	display: flex;
	flex-flow: row;
	/* width: 350px; */
}
.ser_dl dd {
	flex: 1;
}
.ser_dl dt,.ser_dl dd {
	font-size:18px;
	font-weight:400;
	color:#333;
	line-height:25px;
}
.ser_dl dl {
	padding-bottom: 10px;
}
/* .serOrder_price_r dd, */
.serOrder_total_price span {
    font-family: "Roboto";
}
.hd_content {
    height:144px;
    margin: 0 auto;
    width: 1200px;
    align-items: flex-end;
    padding-bottom: 48px;
}
.hd_content .ser_head_img {
    background: url("/img/ser_logo.png");
    width: 174px;
    height: 50px;
    background-size: cover;
}
.hd_content h1 {
    margin-left: 60px;
    font-size:28px;
    font-weight:bold;
    color:#333;
    line-height: 32px;
}
.hd {
    width: 100%;
    background-color: #fff;
    box-shadow:0px 2px 4px 0px rgba(135,152,164,0.3);
    min-width: 1200px;
}
/* @media screen and (max-width: 1390px) {
    .hd {
        width: 1390px;
    }
} */
.hd_content_two,.hd_content_thr {
    margin-left: 81px;
}
.hd span {
    font-size:22px;
    font-weight:500;
    color:#333;
    display: inline-block;
    margin-top: 16px;
}
.serOrder_box_sub {
    padding: 40px 0 40px 0;
    align-items: flex-start;
    border-bottom: 1px solid #1890FF;
    margin-top: 0;
    border-top: 0;
}
.serOrder_box:nth-last-of-type(1) {
    border-bottom: 0;
}
.serOrder_box_img img {
    width: 300px;
    height: auto;
}
.serOrder_box_r {
    flex: 1;
    padding-left: 30px;
}
.serOrder_price span {
    font-family: "Roboto";
    line-height: 34px;
    font-size: 24px;
    color: #FF5454;
    padding-right: 5px;
}
.serOrder_price p {
    font-size: 18px;
    color: #FF5454;
    line-height: 24px;
}
.serOrder_turnover h2{
    font-size:22px;
    color:#333;
    line-height:22px;
}
.serOrder_turnover h2:nth-of-type(1){
    padding: 23px 0 30px;
}
.serOrder_msg {
    padding: 40px 0 60px 17px;
    background-color: #FAFAFA;
}
.serOrder_input {
    padding-top: 40px;
    line-height: 42px;
}
.serOrder_input:nth-of-type(1) {
    padding-top: 0;
}
.serOrder_input .input_subjoin,.serOrder_input select {
    padding: 10px 12px;
    width:700px;
    background:#fff;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    font-size:16px;
    line-height: 18px;
    font-weight:400;
}
.serOrder_input select {
    padding-right: 46px;
}
.company_select_box {
    display: inline-block;
    position: relative;
}
.company_select_box i {
    position: absolute;
    right: 17px;
    top: 0;
    pointer-events: none;
}
input::-webkit-input-placeholder {
    color:rgba(0,0,0,0.25);
}
 
input::-moz-placeholder {
/* Mozilla Firefox 19+ */
    color:rgba(0,0,0,0.25);
}

input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
    color:rgba(0,0,0,0.25);
}

input:-ms-input-placeholder {
/* Internet Explorer 10-11 */
    color:rgba(0,0,0,0.25);
}
.serOrder_input span {
    font-size:22px;
    font-weight:400;
    color:#333;
}
.serOrder_input p {
    font-size: 22px;
    color: #FF6262;
}
.serOrder_company_msg {
    padding-bottom: 0;
}
.serOrder_company_msg p,.serOrder_company_msg a {
    line-height: 60px;
    font-size:18px;
    font-weight:400;
    color:#333;
}
.serOrder_company_msg p:nth-of-type(2) {
    padding-left: 171px;
}
.serOrder_company_msg a {
    color: #2097FF;
    padding-left: 4px;
}
.serOrder_input p:nth-of-type(1) {
    display: inline-block;
    width: 150px;
    text-align: right;
    margin-right: 13px;
}
.serOrder_contact_input .name_subjoin,
.serOrder_contact_input .mobile_subjoin {
    width:280px;
    background:#fff;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
}
.serOrder_input>span {
    margin-right: 13px;
    width: 110px;
    text-align: right;
}
.serOrder_price_msg {
    margin-top: 20px;
    padding: 30px 0;
    background:rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.15);
}
.serOrder_price_r {
    padding-right: 23px;
    line-height: 45px;
    margin-right: 0;
}
.serOrder_voucher {
    font-size:18px;
    line-height:22px;
    cursor: pointer;
    color: #2097FF;
}
.serOrder_price_r dd {
    color: #333;
}
.serOrder_price_r span{
    font-family: "Roboto";
    padding-right: 2px;
    color: #FF5454;
}
.serOrder_total_price {
    padding: 30px 23px 30px 0;
}
.serOrder_total_price p {
    font-size:22px;
    font-weight:400;
    color:#333;
    line-height:22px;
}
.serOrder_total_price span {
    color: #FF5454;
}
.order_submit {
    width:220px;
    height:59px;
    background:#2097FF;
    border-radius:4px;
    font-size:22px;
    font-weight:400;
    color:#fff;
    margin-bottom: 30px;
    cursor: pointer;
}
.tip {
    font-size:18px;
    font-weight:400;
    color: #FF5454;
    line-height:18px;
    margin-bottom: 205px;
}
.choose_voucher {
    padding: 30px 14px 30px;
    width: 460px;
    position: relative;
}
.sub_voucher_box {
    overflow: auto;
    min-height: 240px;
    max-height: 360px;
    overflow-y:scroll;
}
.choose_title {
    padding-bottom: 15px;
}
.choose_title h1 {
    float: left;
}
.choose_title span {
    float: right;
    font-size: 25px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.voucher_box {
    padding: 10px 8px;
    width:402px;
    height:auto;
    background:#FFF1F0;
    border-radius:4px;
    border:1px solid #FFA39E;
    margin-bottom: 10px;
    cursor: pointer;
}
.voucher_price {
    width: 96px;
    /* height: 100%; */
    text-align: center;
    display: table;
}
.voucher_price p{
    display: table-cell;
    vertical-align: middle;
    font-size:22px;
    font-weight:500;
    color:#F5222D;
    line-height:24px;
}
.voucher_r {
    flex: 1;
    padding-left: 8px;;
}
.voucher_r h1 {
    padding: 0 0 4px;
    font-size:16px;
    font-weight:400;
    color:#333;
    line-height:24px;
}
.voucher_r p {
    font-size:14px;
    color:rgba(0,0,0,0.5);
    line-height:21px;
}
.order_info {
    margin-top: 17px;
}
.order_con_ban {
    margin-top: 20px;
}
.order_pro_info {
    background-color: #fff;
    padding: 15px 21px;
    margin-bottom: 10px;
}
.order_pro_info dd, .order_pro_info dt {
    font-size:20px;
    font-weight:400;
    line-height:33px;
}
.order_pro_ban {
    padding: 20px 0 80px 0;
    align-items: flex-start;
}
.order_pro_info dl {
	padding-bottom: 15px;
}
.pro_company_dl dt, .pro_company_dl dd {
    line-height:26px;
}
.pro_company_dl {
    margin-right: 0;
}
.ser_dl dl:nth-last-of-type(1) {
    padding: 0;
}
.pro_company_msg {
    padding: 20px 20px 30px;
    background-color: #fff;
}
.pro_company_info dl {
    width: auto;
}
.pro_company_msgbox {
    padding-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
}
.pro_reserve {
    padding-top: 20px;
}
.pro_company_info {
    background-color: #fff;
    
}
.pro_company_info h1 {
    border-left: 4px solid #2097FF;
    padding: 1px 14px;
    font-weight:600;
    color:#333;
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 22px;
}
.order_more_pro h1 {
    margin-bottom: 45px;
}
.pro_btn_lists button {
    margin-top: 30px;
    width:220px;
    height:59px;
    border-radius:4px;
    border:1px solid #2097FF;
    display: block;
    font-size:22px;
    font-weight:400;
    color:#2097FF;
    cursor: pointer;
}
/* .more_pro_box {
    padding-left: 14px;
}
.more_pro_title img {
    width: 18px;
    height: 18px;
    margin-right: 14px;
}
.more_pro_msg {
    margin-bottom: 12px;
}
.more_pro_time img {
    margin: 4px 20px 0 6px;
    width: 5px;
    height: 23px;
}
.more_pro_title p {
    font-size:16px;
    line-height:24px;
    flex: 1;
}
.more_pro_time p {
    font-size:12px;
    font-weight:300;
    line-height:18px;
} */

.more_pro_msg  {
    position: relative;
}
.more_pro_msg_img {
    width: 18px;
    height: 28px;
    position: absolute;
    background: #fff;
    top: 0;
    left: 12px;
    /* padding-top: 4px; */
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 4px;
}
.on .more_pro_msg_img {
    background-image: url("/img/more_checkbox_h.png");
}
.more_pro_msg_img {
    background-image: url("/img/more_checkbox_s.png");
}
.more_pro_msg_img img {
    width: 18px;
    height: 18px;
}
.more_pro_arrow {
    font-size: 12px;
    line-height: 10px;
    text-align: center;
    width: 42px;
    color: #EDEDED;
}
.on .more_pro_arrow i {
    color: #2097FF;
}
.more_pro_text p:nth-of-type(2) {
    font-size:12px;
    font-weight:300;
    line-height:18px;
    padding-top: 7px;
}
.more_pro_text p:nth-of-type(1) {
    font-size:16px;
    line-height:24px;
}
.more_pro_text {
    border-left: 1px dashed #fff;
    /* height: 53px; */
    margin-left: 20px;
    padding-left: 21px;
}
.blueline .more_pro_text {
    border-left: 1px dashed #2097FF;
}
.grayline .more_pro_text {
    border-left: 1px dashed #EDEDED;
}
.more_pro_msg {
    margin-top: 12px;
}
.more_pro_msg:nth-of-type(1) {
    margin: 0;
}
.order_pro_ban_l {
    width: 374px;
}
.order_pro_ban_r {
    flex: 1;
    padding-left: 16px;
}
.order_pro_ban_r .order_pro_top {
    padding: 40px 115px 55px 113px;
    background-color: #fff;
    align-items: initial;
    text-align: center;
}
.order_pro_plan p {
    font-size:18px;
    line-height:18px;
    margin-bottom: 15px;
}
.plan_subt_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.pro_plan_hl, .pro_plan_sl {
    width:230px;
    height:2px;
    margin-top: 52px;
}
.pro_plan_hl {
    background-color: #2097FF;
}
.pro_plan_sl {
    background-color: #EDEDED;
}
.pro_plan_hl_long {
    width:500px;
}
.order_pro_plan > div {
    float: left;
}
.order_pro_plan{
    text-align: center;
}
.order_pro_top h2 {
    margin-top: 60px;
    font-size:18px;
    font-weight:400;
    color:#333;
    line-height: 18px;
}
.order_pro_price {
    margin-top: 10px;
    padding: 15px 25px 30px;
    
}
.order_pro_price h1 {
    margin-bottom: 10px;
}
.pro_ser_price>p {
    font-size:18px;
    line-height: 18px;
    color:#333;
}
.pro_ser_price>p span {
    font-family: Roboto;
}
.pro_ser_price:nth-last-of-type(1) {
    margin-bottom: 0;
}
.pro_ser_price_item {
    padding-top: 10px;
    margin-left: 20px;
}
.pro_ser_price_item>p {
    font-size:16px;
    color:#999;
}
.pro_price {
    padding-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
}
.pro_total_price {
    margin: 19px 0 0;
}
.pro_total_price h3 {
    font-size:20px;
    font-weight:600;
    color:#333;
    line-height:24px;
}
.pro_total_price p {
    font-size:20px;
    color:#FF5454;
    line-height:24px;
}
.order_pro_price>h1>span {
    color: #2097FF;
}
.order_pro_pricethr .pro_price_nl {
    border: 0;
    padding: 0;
}
.pro_ser_info {
    padding: 35px 25px 42px;
    width: 810px;
    text-align: center;
}
.pro_ser_info_title span {
    font-size: 25px;
    cursor: pointer;
}
.pro_ser_info_title p{
    font-size:20px;
    line-height:30px;
    text-align: left;
}
.pro_ser_info_title {
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 15px;
}
.pro_ser_input {
    line-height: 42px;
    margin-top: 22px;
}
.pro_ser_input input {
    width: 623px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
    padding: 12px;
    font-size: 16px;
    line-height: 18px;
}
.pro_ser_input span {
    width: 132px;
    text-align: right;
    display: inline-block;
    font-size:22px;
    font-weight:400;
    color:#333;
    line-height:33px;
}
.pro_ser_input:nth-of-type(1) {
    margin-top: 40px;
}
.pro_ser_info button {
    width:130px;
    height:54px;
    border-radius:4px;
    border:1px solid #1890FF;
    margin-top: 30px;
    font-size:20px;
    font-weight:400;
    color:#1890FF;
    line-height:24px;
    cursor: pointer;
}
.pro_ser_cancel {
    width:300px;
    background:#fff;
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.15);
    border-radius:4px;
    padding: 21px 35px 46px;
    text-align: center;
}
.pro_ser_cancel h1 {
    font-size:16px;
    font-weight:bold;
    color:rgba(0,0,0,0.85);
    line-height:24px;
    margin: 16px 0 30px;
}
.close_symbol {
    position: absolute;
    top: 8px;
    right: 15px;
}
.close_symbol span {
    font-size: 20px;
    cursor: pointer;
}
.pro_ser_result {
    display: inline-block;
    padding: 30px 20px;
    width: 270px;
    background: #fff;
}
.pro_ser_result img {
    width: 60px;
    height: 60px;
}
.pro_ser_result h2 {
    margin: 15px 0 30px;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    vertical-align: middle;
}
.pro_ser_result p {
    margin-top: 10px;
    color: #333;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    vertical-align: middle;
}
.check_pro_box {
    width: 17px;
    height: 17px;
    margin-top: 4px;
    z-index: 100;
}
.check_pro_box .checkbox {
    position: absolute;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    left: 39px;
    /* display: none; */
    border-bottom: 2px solid #1972EA;
    border-right: 2px solid #1972EA;
    opacity: 0;
    visibility: hidden; 
}
.order_more_pro {
    margin-top: 10px;
    padding: 16px 25px 46px;
}
.order_more_pro h1 {
    margin-bottom: 46px;
}
.pro_cancel_reason input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.pro_cancel_reason {
    align-items: flex-start;
    margin-top: 10px;
}
.pro_cancel_reason:nth-of-type(1) {
    margin-top: 0;
}
.pro_cancel_reason .read_box {
    width: 14px;
    height: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #BFBFBF;
    cursor: pointer;
    border-image: initial;
}
.pro_cancel_reason p {
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.65);
    line-height:22px;
    margin-left: 9px;
    text-align: left;
}
.pro_ser_cancel button {
    height:32px;
    width: 100%;
    background:#2097FF;
    margin-top: 52px;
    border-radius:4px;
    font-size:14px;
    font-weight:400;
    cursor: pointer;
    color:#fff;
    line-height:22px;
    align-items: left;
}
.order_pro_server,.order_pro_server_non {
    margin-top: 53px;
    display: inline-block;
}
.order_pro_server {
    cursor: pointer;
}
.pro_server_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    margin: auto;
    overflow: hidden;
}
.pro_server_img img {
    width: 80px;
    height: 80px;
}
.order_pro_img>p {
    font-size:18px;
    color:#2097FF;
    line-height:27px;
    margin-top: 15px;
    display: inline-block;
}
.order_pro_img>p span {
    color: #333333;
}
.pro_ser_server button img{
    margin-right: 9px;
    width: 11px;
    height: 12px;
}
.pro_ser_server button p {
    color: #4267E7;
    justify-content: center;
}
.pro_ser_server button{
    margin-top: 23px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    border-radius: 3px;
    border: 1px solid #4267E7;
}
.pro_ser_server {
    padding: 22px 21px 54px;
    width: 300px;
    transition: .25s linear;
}
.pro_ser_server>a {
    font-size: 20px;
    cursor: pointer;
    text-align: right;
    line-height: 15px;
}
.pro_ser_server h1 {
    font-size:16px;
    font-weight:500;
    color:rgba(0,0,0,0.85);
    line-height:24px;
    text-align: center;
    margin-top: 20px;
}
.pro_ser_server>span {
    width: 100%;
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.65);
    line-height:22px;
    margin-top: 26px;
    display: inline-block;
    text-align: center;
}
.pro_ser_server .pro_server_img {
    margin-top: 10px;
}
.order_pro_price  h2 {
    font-size:18px;
    font-weight:400;
    color:#333;
    padding: 16px 0;
    text-align: center;
}
.order_pro_price a {
    width:600px;
    height:59px;
    background:#2097FF;
    border-radius:4px;
    font-size:22px;
    font-weight:400;
    color:#fff;
    line-height:59px;
    display: inline-block;
}
.pro_btn_center {
    text-align: center;
}
.serOrder_price_r dd,.serOrder_price_r dt {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-align: right;
}
.serOrder_price_r dt {
    width: 600px;
    text-align: right;
}
.serOrder_price_r dd {
    text-align: right;
}
.serOrder_price_r dl {
    width: 720px;
}
.ser_fee_comment {
    padding-top: 15px;
    font-size: 16px;
    color: #666;
    line-height: 18px;
    text-align: right;
}
.hd_content_one img {
    width: 16px;
    height: 42px;
    margin-right: 11px;
}
.hd_content_two img {
    width: 26px;
    height: 44px;
    margin-right: 11px;
}
.hd_content_thr img {
    width: 28px;
    height: 44px;
    margin-right: 11px;
}
.pro_serversuc_img {
    width: 50px;
    height: 50px;
    background: url("/img/pro_serversuc_img.png");
    margin: auto;
}
.order_pro_server_non p {
    font-size:18px;
    line-height:27px;
    color: #333;
    margin-top: 10px;
}
.order_pro_tipthr a {
    display: block;
    width:250px;
    height:54px;
    border-radius:4px;
    border:1px solid #1890FF;
    font-size:20px;
    font-weight:400;
    color:#1890FF;
    line-height:52px;
    margin: auto;
    margin-top: 20px;
}
.plan_subt_img_h {
    background: url("/img/true_h.png");
}
.plan_subt_img_s {
    background: url("/img/true_s.png");
}
.pay_sprice_title {
    width:868px;
    height:88px;
    background:rgba(0,0,0,0.06);
    padding: 0 20px;
    justify-content: space-between;
}
.pay_sprice_title h1 {
    font-size:22px;
    font-weight:500;
    color:#333;
    line-height:33px;
}
.pay_sprice_title p {
    font-size:20px;
    color:#333;
    line-height:33px;
}
.pay_sprice_title span {
    font-family: Roboto;
    color: #FF5454;
    line-height: 33px;
    display: inline-block;
}
.pay_proj_sel {
    padding: 0 20px;
    height: 102px;

}
.pay_sprice_proj{
    background:#fff;
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.25);
    border:1px solid rgba(0,0,0,0.09);
}
.pay_proj_zfb img {
    width: 60px;
    height: 60px;
    margin: 0 20px;
}
.pay_proj_wx img {
    width: 58px;
    height: 51px;
    margin: 0 20px;
}
.pay_proj_zfb span,.pay_proj_wx span {
    font-size:22px;
    font-weight:400;
    color:#333;
    line-height:60px;
}
.pay_proj_zfb {
    margin-right: 90px;
}
.pay_proj_sel input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    width: 1em;
    height: 1em;
    margin-right: .4em;
    border-radius: 50%;
    /* border: 1px solid #1890FF; */
    border:1px solid rgba(0,0,0,0.35);
    text-indent: .15em;
    line-height: 1; 
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    transform: translateY(-8%);
}
.pay_proj_sel input[type="radio"]:checked + label::before {
    border:.35em solid #2097FF;
    background-color: #fff;
    background-clip: content-box;
    padding: .12em;
}
.pay_proj_sel input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.pay_sub button {
    width:220px;
    height:59px;
    background:#2097FF;
    border-radius:4px;
    font-size:22px;
    font-weight:400;
    color:#fff;
    line-height:57px;
    text-align: center;
    cursor: pointer;
}
.pay_sub p {
    font-size:26px;
    color:#333;
    line-height:39px;
    margin-right: 30px;
}
.pay_sub span {
    font-family: Roboto;
    color: #FF5454;
}
.pay_sub {
    margin-top: 40px;
    flex-direction: row-reverse;
}
.ser_pay_r {
    flex: 1;
}
.sel_pay {
    border-bottom: 1px solid rgba(0,0,0,0.09);
    padding-bottom: 80px;
}
.pay_tips p {
    font-size:20px;
    line-height:30px;
    padding: 30px 0 109px;
    text-align: center;
}
.order_paysuc_box {
    width:1200px;
    background:#F2F2F2;
    margin: 40px 0 357px;
    padding: 65px 0 41px;
    text-align: center;
}
.order_paysuc_img img {
    width: 80px;
    height: 80px;
}

.order_paysuc_box h1 {
    font-size:26px;
    font-weight:400;
    color:#333;
    line-height:26px;
    padding: 40px 0 20px;
}
.wx_pay_box {
    margin-top: 40px;
    padding: 33px 30px;
    background-color: #F1F1F1;
    border:1px solid #E9E9E9;
}
.wx_pay_box>p {
    font-size:28px;
    line-height:42px;
    margin-bottom: 20px;
}
.wx_pay_box>p span {
    color: #FF5454;
    font-family: Roboto;
}
.wx_pay_time p span {
color: #FF5454;
}
.wx_pay_time p {
    font-size:22px;
    line-height:33px;
}
.wx_pay_img {
    padding: 49px 0 118px 159px;
}
.wx_pay_qrc>p {
    font-size:28px;
    color:#09BB07;
    line-height:42px;
    padding: 10px 0 34px;
}
.wx_pay_qrc_box {
    text-align: center;
    position: relative;
}
.wx_pay_qrc_box img {
    width: 256px;
    height: 256px;
}
.wx_pay_qrc_box>p {
    font-size:18px;
    color:rgba(0,0,0,0.76);
    line-height:27px;
    padding-top: 26px;
}
.wx_pay_hide {
    width: 256px;
    height: 256px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.98;
    vertical-align: middle;
}
.wx_pay_hide:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.wx_pay_hide>p {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    vertical-align: middle;
}
.wx_pay_phone img {
    width: 361px;
    height: 475px;
}
.wx_pay_phone {
    margin-left: 256px;
}
