.customerService {
    width: 100%;
    height: auto;
    padding-bottom: 45px;
    margin: 0 auto;
    background: #f1f0f0;
    position: relative;
}
.main {
    width: 1000px;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.customerService_box {
    width: 972px;
    height: auto;
    padding: 14px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}
.customerService_list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}
.customerService_list .cs_item {
    display: block;
    width: 250px;
    height: 204px;
    padding: 22px 24px;
    border: 1px solid #CCC;
    background: #FFF;
    background: linear-gradient( 180deg, #FFFFFF 0%, #F7F5F6 100%);
    border-radius: 4px;
    margin: 12px;
}
.customerService_list .cs_item h3 {
    color: #D00E16;
    font-size: 16px;
    margin: 10px auto 5px;
    text-align: center;
}
.customerService_list .cs_item img {
    display: block;
    max-width: 250px;
    height: 78px;
    margin: 0 auto;
}
.customerService_list .cs_item .cs_text {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 24px;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.cs_more {
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #b7b7b7;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    margin: 10px auto 0;
}
.cs_more:hover {
    background: #f06552;
}
/*****************/
.customerService_warp {
    width: 775px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.openGuide {
    width: 775px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto 50px;
    position: relative;
}
.openGuide a {
    width: 178px;
    height: 100px;
    color: #ffffff;
    font-size: 22px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    margin: 15px;
}
.bg_red {
    background: #f75562;
}
.bg_blue {
    background: #50b4d6;
}
.bg_yellow {
    background: #efca34;
}
.bg_green {
    background: #77cc55;
}
/******************/
.information_list {
    width: 775px;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding: 12px 0 20px;
    margin: 0 auto;
    position: relative;
}
.information_list a {
    display: block;
    width: 635px;
    height: 38px;
    padding: 0 100px 0 40px;
    background: #fff url(../images/content/y1_bg.png) no-repeat 15px 12px;
    background-size: 16px 16px;
    line-height: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
.information_list .time {
    color: #666;
    position: absolute;
    right: 15px;
    top: 0;
}
.information_list a:hover {
    background: #f2f2f2 url(../images/content/y1_hbg.png) no-repeat 15px 12px;
    color: #2A87D5;
}
.information_list a:hover .time {
    color: #2A87D5;
}
/***************************/
.customerServiceBg {
    width: 100%;
    height: auto;
    padding: 56px 0;
    background: #fff url(../images/content/tbbjj.png) no-repeat top center;
    background-size: 1542px 709px;
    margin: 0 auto;
    position: relative;
}
.cs_form {
    width: 920px;
    height: auto;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.cs_form_head {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
}
.cs_form_head h2 {
    display: block;
    color: #EA1C29;
    font-size: 48px;
    text-align: center;
    margin: 0 auto 20px;
}
.cs_form_head p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    text-align: justify;
}
.cs_form_warp {
    width: 766px;
    height: auto;
    background: #f0f0f0;
    font-size: 16px;
    color: #666;
    padding: 40px 0 24px 154px;
}
.advice_form_warp {
    width: 720px;
    height: auto;
    background: #f0f0f0;
    font-size: 16px;
    color: #666;
    padding: 40px 28px 24px 27px;
}
.cs_form_warp li,
.advice_form_warp li {
    float: left;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin-bottom: 20px;
    position: relative;
}
.cs_form_warp li .s1,
.advice_form_warp li .s1 {
    float: left;
    width: 80px;
    height: 40px;
    font-size: 14px;
    color: #555;
    line-height: 40px;
    position: relative;
}
.advice_form_warp li .s1 {
    font-size: 16px;
}
.advice_form_warp li .s1 em {
    color: #EA1C2C;
    position: absolute;
    left: -15px;
    top: 0;
}
.cs_form_warp .form-control,
.advice_form_warp .form-control {
    float: left;
    display: block;
    width: 378px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    color: #555;
    text-indent: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    outline: none;
}
.cs_form_warp li.cs_code .form-control {
    width: 258px;
}
.cs_form_warp li .s3 {
    float: left;
    margin-left: 20px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #555;
}
.cs_form_warp li .s3 em {
    color: #EA1C2C;
    padding-right: 4px;
}
.cs_form_warp li select {
    float: left;
    width: 185px!important;
    height: 40px;
    text-indent: 6px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 10px;
    display: inline;
}
.cs_form_warp li select#selCity {
    margin-right: 0;
}
.cs_form_warp .cs_describe textarea,
.advice_form_warp .advice_content textarea {
    float: left;
    display: block;
    width: 346px;
    height: 96px;
    padding: 6px 16px;
    line-height: 24px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    outline: none;
    resize: none;
}
.advice_form_warp li .s4 {
    float: left;
    display: block;
    margin-left: 20px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #555;
    cursor: pointer;
}
.advice_form_warp li .s4:hover {
    color: #e32735;
}
.advice_form_warp .form-control {
    width: 638px;
}
.advice_form_warp .advice_content textarea{
    width: 606px;
}
.advice_form_warp li.advice_code .form-control {
    width: 320px;
}
.cs_form_warp li.cs_code .s2,
.advice_form_warp li.advice_code .s2 {
    float: left;
    display: block;
    width: 100px;
    height: 40px;
    margin-left: 20px;
    position: relative;
}
.cs_form_warp li.cs_code .s2 img,
.advice_form_warp li.advice_code .s2 img{
    display: block;
    width: 98px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
}
.cs_form_warp li.cs_button {
    padding-left: 80px;
    width: max-content;
    height: 46px;
}
.advice_form_warp li.advice_button {
    height: 46px;
    border-top: 1px dashed #b6b6b6;
    padding-top: 30px;
    margin-top: 20px;
    text-align: center;
}
.cs_button input,
.advice_button input {
    float: left;
    display: block;
    width: 178px;
    height: 46px;
    background: #2C88D6;
    background: linear-gradient( 180deg, #58A9ED 0%, #2C88D6 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    border: none;
    outline: none;
    margin-right: 24px;
    cursor: pointer;
}
.advice_button input {
    float: none;
    display: inline-block;
    margin: 0 20px;
}
.cs_button input.reset,
.advice_button input.reset,
.apply_button input.reset {
    background: #bbb;
    background: linear-gradient( 180deg, #D5D5D5 0%, #bbb 100%);
}
.cs_form_warp .cs_select {
    float: left;
    width: 180px;
    margin-right: 20px;
}
/***************************/
.contract_list {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}
.contract_list li {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.contract_list li h2 {
    width: 100%;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    color: #454545;
    font-weight: 600;
    margin: 0 auto;
}
.contract_list li .contract_inner {
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
}
.contract_list li .contract_inner a {
    font-size: 14px;
    line-height: 24px;
    margin-right: 5px;
    cursor: pointer;
}
.contract_warp {
    width: 775px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.contract_warp .contract_table {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow-x: auto;
}
.contract_table img {
    max-width: 775px;
    height: auto;
}
.contract_hint {
    width: 100%;
    color: #F00000;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 20px auto 0;
}
/***************************/
.selfService_warp {
    width: 775px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.selfService_warp a {
    display: block;
    width: 243px;
    height: 412px;
    background: #F1F0F0;
}
.selfService_warp a h3 {
    width: 100%;
    font-size: 18px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}
.selfService_warp a.selfService_item1 h3 {
    background: #f8644a
}
.selfService_warp a.selfService_item2 h3 {
    background: #f0ba24
}
.selfService_warp a.selfService_item3 h3 {
    background: #61a9fe
}
.selfService_warp a i {
    display: block;
    width: 139px;
    height: 99px;
    margin: 40px 24px 30px 80px;
}
.selfService_warp a.selfService_item1 i {
    background: url(../images/content/zzfw_list_bg1.png) no-repeat left center;
}
.selfService_warp a.selfService_item2 i {
    background: url(../images/content/zzfw_list_bg2.png) no-repeat left center;
}
.selfService_warp a.selfService_item3 i {
    background: url(../images/content/zzfw_list_bg3.png) no-repeat left center;
}
.selfService_warp a p {
    width: 202px;
    height: 96px;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0 auto;
}
.selfService_warp a .more {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    background: #B7B7B7;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    margin: 20px auto 0;
}
.selfService_warp a:hover .more {
    background: #f8644a;
}
/*******************/
.selfService_analysis {
    width: 775px;
    height: auto;
    margin: 0 auto 40px;
    position: relative;
    overflow: hidden;
}
.selfService_analysis h3 {
    font-size: 30px;
    color: #E22231;
    margin: 0 auto 16px;
}
.selfService_analysis p {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin: 0 auto 30px;
}
.selfService_analysis .apply {
    display: block;
    width: 120px;
    height: 40px;
    background: #2C88D6;
    background: linear-gradient( 180deg, #58A9ED 0%, #2C88D6 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.selfService_analysis_content {
    width: 775px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/*从原项目复制*/
.selfService_analysis_content {
    width: 100%;
    float: left;
}

.selfService_analysis_content h2 {
    font-size: 18px;
    color: #1b1b1b !important;
    font-weight: normal;
    text-align: center;
    padding-top: 30px;
}

.selfService_analysis_content h3 {
    font-size: 18px;
    color: #1b1b1b !important;
    font-weight: normal;
    line-height: 35px;
}

.selfService_analysis_content hr {
    border: none;
    border-top: 2px solid #fb3f4e;
    margin: 0;
}

.selfService_analysis_content ol {
    padding-bottom: 65px;
}

.selfService_analysis_content ol li {
    padding-top: 35px;
}

/***********************/
.educationColumn_adv {
    width: 775px;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}
.educationColumn_adv img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.educationColumn_list {
    width: 775px;
    height: auto;
    margin: 0 auto;
   position: relative;
}
.educationColumn_list li {
    float: left;
    width: 733px;
    height: 158px;
    padding: 20px;
    border: 1px solid #D6D6D6;
    margin-bottom: 20px;
    position: relative;
}
.educationColumn_list li .ec_pic {
    display: block;
    float: left;
    width: 177px;
    height: 133px;
    overflow: hidden;
    position: relative;
}
.ec_pic img {
    display: block;
    max-width: 177px;
    height: auto;
    margin: 0 auto;
}
.educationColumn_list li .ec_content {
    float: right;
    width: 536px;
    height: 158px;
    position: relative;
    overflow: hidden;
}
.ec_content .ec_tit {
    width: 100%;
    height: 27px;
    font-size: 18px;
    line-height: 27px;
    color: #EB2232;
    margin: 0 auto;
}
.ec_content .ec_list {
    width: 100%;
    height: 72px;
    margin: 12px auto 0;
    position: relative;
}
.ec_list a {
    display: block;
    width: 420px;
    padding: 0 100px 0 16px;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ec_list a i {
    display: block;
    width: 2px;
    height: 2px;
    background: #454545;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 11px;
}
.ec_list a:hover i {
    background: #e32735;
}
.ec_list a span {
    display: block;
    width: 100px;
    height: 24px;
    text-align: right;
    color: #6F6E6E;
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 0;
}
.ec_content .more {
    display: block;
    width: 120px;
    height: 30px;
    background: #B7B7B7;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ec_content .more:hover {
    background: #f06552;
}
/************************/
.askedQuestions_list {
    width: 775px;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.askedQuestions_item {
    width: 775px;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
}
.askedQuestions_q {
    width: 746px;
    height: 45px;
    padding-right: 27px;
    border: 1px solid #E0E0E0;
    background: #F2F0F1 url(../images/content/cjwt_r1.jpg) no-repeat 748px center;
    background-size: 14px 22px;
    margin: 0 auto 20px;
    cursor: pointer;
}
.askedQuestions_q h3 {
    width: 690px;
    height: 45px;
    padding-left: 50px;
    background: url(../images/content/Q_03.png) no-repeat 12px center;
    background-size: 26px 26px;
    color: #2F2F2F;
    font-size: 16px;
    line-height: 45px;
    overflow: hidden;
}
.askedQuestions_a {
    display: none;
    width: 724px;
    min-height: 26px;
    height: auto;
    padding-left: 51px;
    background: url(../images/content/A_06.png) no-repeat 13px 0;
    background-size: 26px 26px;
    color: #454545;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
/**********************/
.advice_top {
    width: 775px;
    height: auto;
    margin: 0 auto 20px;
}
.advice_top a {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #f00;
}
.advice_top p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
/************************/
.expertOnline_form {
    width: 775px;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}
.expertOnline_select {
    width: 100%;
    height: 30px;
    margin: 0 auto 20px;
    position: relative;
}
.expertOnline_select h3 {
    float: left;
    width: max-content;
    padding-left: 30px;
    height: 30px;
    color: #454545;
    font-size: 16px;
    line-height: 30px;
    background: url(../images/content/zj_tw_03.png) no-repeat 0 center;
    background-size: 26px 22px;
}
.expertOnline_radio {
    float: left;
    width: max-content;
    height: 30px;
    margin-left: 50px;
    display: inline;
}
.expertOnline_radio label {
    float: left;
    font-size: 14px;
    color: #414141;
    margin-right: 50px;
    line-height: 30px;
    cursor: pointer;
}
.expertOnline_radio label input {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.expertOnline_form textarea {
    display: block;
    width: 741px;
    height: 96px;
    padding: 10px 16px;
    line-height: 24px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    outline: none;
    resize: none;
    margin: 0 auto 20px;
}
.expertOnline_form .expertOnline_write {
    width: 100%;
    height: 40px;
    margin: 0 auto 20px;
}
.expertOnline_write .form-control {
    float: left;
    display: block;
    width: 360px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    color: #555;
    text-indent: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    outline: none;
}
.expertOnline_write .expertOnline_code {
    float: left;
    display: block;
    width: 100px;
    height: 40px;
    margin-left: 20px;
    position: relative;
}
.expertOnline_code img{
    display: block;
    width: 98px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
}
.expertOnline_sub {
    display: block;
    float: right;
    width: 120px;
    height: 40px;
    background: #2C88D6;
    background: linear-gradient( 180deg, #58A9ED 0%, #2C88D6 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.expertOnline_list {
    width: 775px;
    height: auto;
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
}
.expertOnline_list li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    position: relative;
}
.expertOnline_question {
    width: 733px;
    height: auto;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #f2f0f1;
    margin: 0 auto 10px;
    position: relative;
}
.expertOnline_question .mark {
    display: block;
    width: 65px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #6FB4EF;
    position: absolute;
    right: 20px;
    top: 20px;
}
.expertOnline_question h3 {
    width: 660px;
    min-height: 24px;
    height: auto;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #2F2F2F;
    text-align: justify;
}
.expertOnline_question p,.expertOnline_question p em {
    color: #999;
    font-size: 14px;
    line-height: 24px;
}
.expertOnline_question p em {
    padding-left: 10px;
}
.expertOnline_answer {
    width: 735px;
    height: auto;
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
    position: relative;
}
.expertOnline_answer p {
    width: 100%;
    height: auto;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
/*******************/
.customerService_apply {
    width: 715px;
    background: #f2f2f2;
    padding: 30px;
}
.customerService_apply h3 {
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #1979ca;
    text-align: center;
    border-bottom: 1px dashed #ccc;
    margin: 0 auto 20px;
}
.customerService_apply li {
    float: left;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin-bottom: 20px;
    position: relative;
}
.customerService_apply li .s1 {
    float: left;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #555;
    line-height: 40px;
}
.customerService_apply li .s2 {
    float: left;
    width: 615px;
    height: auto;
    padding-left: 100px;
    font-size: 14px;
    color: #555;
    line-height: 40px;
}
.customerService_apply .form-control {
    float: left;
    display: block;
    width: 378px;
    height: 38px;
    padding: 0;
    line-height: 38px;
    color: #555;
    text-indent: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    outline: none;
}
.customerService_apply li .apply_data {
    float: left;
    width: 615px;
    position: relative;
}
.apply_data .form-control {
    width: 161px;
    text-indent: 8px;
}
.apply_code .form-control {
    width: 258px;
}
.customerService_apply li .s3 {
    float: left;
    width: max-content;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #555;
    line-height: 40px;
}
.customerService_apply li .s4 {
    float: left;
    display: block;
    width: 100px;
    height: 40px;
    margin-left: 20px;
    position: relative;
}
.customerService_apply li .s4 img {
    display: block;
    width: 98px;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
}
.customerService_apply li.apply_button {
    padding-left: 100px;
    width: max-content;
    height: 46px;
    margin-top: 30px;
}
.apply_button input {
    float: left;
    display: block;
    width: 178px;
    height: 46px;
    background: #2C88D6;
    background: linear-gradient(180deg, #58A9ED 0%, #2C88D6 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 46px;
    border: none;
    outline: none;
    margin-right: 24px;
    cursor: pointer;
}
/***************************************/
.simulationTrading.cs_form_warp {
    width: 870px;
    padding-left: 50px;
}
.cs_form_top {
    width: 100%;
    font-size: 16px;
    margin: 20px auto 30px;
}
.cs_form_top h4 {
    font-size: 16px;
    font-weight: 600;
}
.cs_form_top .cs_form_check {
    position: relative;
}
.cs_form_check input {
    float: left;
    margin: 6px 15px 0 0;
}
.cs_form_check p {
    float: left;
    font-size: 16px;
}
.cs_form_top .zt_r {
    color: #F00000;
}
.simulationTrading.cs_form_warp li .s1 {
    width: 100px;
}
.simulationTrading.cs_form_warp li select {
    width: 380px!important;
    margin-right: 0;
}
.channel_radio {
    float: left;
    width: max-content;
    height: 40px;
}
.channel_radio label {
    float: left;
    font-size: 14px;
    color: #414141;
    margin-right: 15px;
    line-height: 40px;
    cursor: pointer;
}
.channel_radio label input {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.simulationTrading.cs_form_warp li.cs_button {
    padding-left: 100px;
    margin-top: 30px;
}
.cs_nav {
    width: 760px;
    height: auto;
    padding: 40px 80px;
    background: #58A9ED;
}
.cs_nav a {
    display: block;
    width: 225px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    background: #fff;
    color: #58A9ED;
    text-align: center;
}
/****************************************/
.customerService_co_text {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
    margin: 0 auto 30px;
    position: relative;
}
.customerService_apply.customerService_cooperation .s2 {
    width: 220px;
    padding-left: 15px;
}
.customerService_apply.customerService_cooperation .s2 em {
    color: #F00000;
    padding-right: 5px;
}
