﻿
/*banner*/
.drama_banner{
    width: 100%;
    overflow: hidden;
    clear: both;
}
.drama_banner img{
    display: block;
    width: 100%;
}

/*p1*/
.drama_p1{
    padding: 30px 0;
}
.drama_title_main{
    text-align: center;
    padding: 0 4%;
}
.drama_title{
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}
.drama_title:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 40px;
    height: 3px;
    line-height: 3px;
    border-radius: 30px;
    margin-left: -20px;
    background-image: -moz-linear-gradient( 0deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
}
.drama_txt{
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #778b9a;
}
.aml_p2_content{
    overflow: hidden;
    margin-top: 25px;
    padding: 0 4%;
}
.aml_p2_list{
    overflow: hidden;
}
.aml_p2_list_top{
    padding: 10px 4%;
    position: relative;
}
.aml_p2_list_top_color2{
    background: linear-gradient(135deg, rgb(6, 168, 207) 100%, rgb(5, 192, 145) 0%);
    /*background-image: -moz-linear-gradient( 122deg, rgb(255,172,82) 0%, rgb(255,82,128) 100%);
    background-image: -webkit-linear-gradient( 122deg, rgb(255,172,82) 0%, rgb(255,82,128) 100%);
    background-image: -ms-linear-gradient( 122deg, rgb(255,172,82) 0%, rgb(255,82,128) 100%);*/
    color: #fff;
}
.aml_p2_list_top_color1{
    background: linear-gradient(135deg, rgb(5, 192, 145) 0%, rgb(6, 168, 207) 100%);
    /*background-image: -moz-linear-gradient( 122deg, rgb(12,155,218) 0%, rgb(92,86,176) 51%, rgb(237,38,196) 100%);*/
/*    background-image: -webkit-linear-gradient( 122deg, rgb(12,155,218) 0%, rgb(92,86,176) 51%, rgb(237,38,196) 100%);
    background-image: -ms-linear-gradient( 122deg, rgb(12,155,218) 0%, rgb(92,86,176) 51%, rgb(237,38,196) 100%)*/;
    color: #fff;
}
.aml_p2_list_top_title{
    font-size: 16px;
    font-weight: bold;
    /*text-align: center;*/
}
.aml_p2_list_top_icon{
    width: 10px;
    height: 2px;
    min-height: 2px;
    background: #fff;
    position: absolute;
    right: 4%;
    top: 50%;
    margin-top: -2px;
}
.iconHide:before{
    content: "";
    position: absolute;
    width: 2px;
    min-width: 2px;
    height: 10px;
    left: 4px;
    top: -4px;
    background: #fff;
}
.aml_p2_list_bottom{
    background: #fff;
    display: none;
    overflow: hidden;
    padding: 15px 4%;
    text-align: center;
}
.drama_p1_img{
    width: 100%;
}
.drama_p1_txt{
    font-size: 13px;
    color: #333;
    line-height: 20px;
    margin-top: 10px;
    text-align: left;
}
.drama_p1_btn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    background-image: -moz-linear-gradient( -49deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    background-image: -webkit-linear-gradient( -49deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    background-image: -ms-linear-gradient( -49deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    border-radius: 30px;
    margin-top: 20px;
}

/*p2*/
.drama_p2{
    padding: 50px 0;
    background: url("../images/p2_bg.jpg") center center no-repeat;
    background-size: cover;
}
.drama_p2_content{
    margin: 0 auto;
    width: 90%;
    background: rgba(255,255,255,0.9);
    box-sizing: border-box;
    padding: 30px 20px;
}
.drama_p2_title{
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 15px;
}
.drama_p2_line{
    margin-top: 15px;
}
.drama_p2_lineBottom{
    padding-top: 15px;
    border-top: 3px solid #287fc6;
}
.drama_p2_line_title{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.drama_p2_line_txt{
    font-size: 12px;
    line-height: 18px;
    color: #778b9a;
    margin-top: 5px;
}

/*p3*/
.drama_p3{
    padding: 30px 0;
}
.drama_content{
    padding: 0 4%;
}
.drama_part{
    margin-top: 20px;
}
.drama_top{
    padding: 5px 0;
    text-align: center;
    background-image: -moz-linear-gradient( -90deg, rgb(235,43,129) 0%, rgb(145,77,224) 88%);
    background-image: -webkit-linear-gradient( -90deg, rgb(235,43,129) 0%, rgb(145,77,224) 88%);
    background-image: -ms-linear-gradient( -90deg, rgb(235,43,129) 0%, rgb(145,77,224) 88%);
}
.drama_top_title{
    width: 25%;
}
.cd_p4_tab_page_list_li_list{
    background: #fff;
    padding: 0 4%;
    /*display: none;*/
}
.cd_p4_tab_page_list_li_list_li{
    padding: 15px 0;
    text-align: left;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    display: block;
}
.cd_p4_tab_page_list_li_list_li_left{
    float: left;
    text-align: center;
    width: 20%;
    font-size: 12px;
    color: #333;
    padding-top: 10px;
}
.cd_p4_no1{
    font-size: 14px;
    color: #ef2f71;
}
.cd_p4_tab_page_list_li_list_li_right{
    float: left;
    width: 80%;
}
.cd_p4_tab_page_list_li_list_li_right_nameCn{
    font-size: 16px;
    color: #333;
}
.cd_p4_tab_page_list_li_list_li_right_nameEn{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}
.drama_btn_main{
    clear: both;
    text-align: center;
    margin-top: 20px;
}
.drama_btn{
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    background-image: -moz-linear-gradient( -49deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    background-image: -webkit-linear-gradient( -49deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    background-image: -ms-linear-gradient( -49deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    border-radius: 30px;
}

/*p4*/
.drama_p4{
    padding: 30px 0;
    background: url("../images/p4_bg.jpg") no-repeat;
    background-size: cover;
}
.cd_p7_content{
    padding: 15px 4%;
    margin: 70px 4% 0 4%;
    background: #fff;
    position: relative;
}
.cd_p7_page{
    display: none;
}
.cd_p7_imgBox{
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-top: 2px solid #fff;
    border-radius: 100%;
    padding: 8px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -50px;
}
.cd_p7_img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.cd_p7_line{
    width: 100%;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
    padding-left: 100px;
}
.cd_p7_line_left{
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: left;
}
.cd_p7_line_left_text1{
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    color: #666;
    display: inline-block;
}
.cd_p7_line_left_text2{
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    color: #333;
    display: inline-block;
    line-height: 24px;
}
.cd_p7_line_right{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #666;
    text-align: left;
    margin-top: 5px;
    line-height: 20px;
}
.cd_p7_intro{
    margin-top: 15px;
    text-align: left;
    font-size: 14px;
    color: #999;
    line-height: 22px;
}
.cd_p7_intro b{
    color: #333;
}
.cd_p7_tab_box{
    margin-top: 20px;
    text-align: center;
}
.cd_p7_tab_btn{
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
}
.cd_p7_tab_btnNow{
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

/*p5*/
.drama_p5{
    padding: 30px 0;    
}
.drama_p5_content{
    padding: 0 5%;
    margin-top: 20px;
    width: 90%;
}
.drama_p5_img{
    width: 100%;
    display: block;
}

/*p6*/
.drama_p6{
    padding: 30px 0;
    background: url("../images/p6_bg.jpg") no-repeat;
    background-size: cover;
}
.drama_p6_content{
    margin-top: 30px;
}
.drama_p6_img{
    width: 95%;
    display: block;
}

/*p7*/
.drama_p7{
    padding: 30px 0;
}
.p_p5_content{
    padding: 0 4%;
}
.p_p5_line{
    position: relative;
    margin-top: 30px;
}
.p_p5_box{
    width: 97%;
    display: block;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.p_p5_title{
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #fd3061;
    text-align: center;
}
.p_p5_mid{
    overflow: hidden;
    margin-top: 15px;
}
.p_p5_img{
    float: left;
    width: 26%;
}
.p_p5_text{
    float: left;
    width: 70%;
    margin-left: 4%;
    word-break: break-all;
    font-size: 14px;
    line-height: 22px;
    color: #778b9a;
}
.p_p5_btn{
    margin-top: 20px;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #fd3061;
}
.p_p5_bg{
    position: absolute;
    left: 10px;
    top: 10px;
    background-image: -moz-linear-gradient( 90deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(237,38,196) 0%, rgb(92,86,176) 49%, rgb(12,155,218) 100%);
    z-index: 1;
}

/*p8*/
.drama_p8{
    padding: 30px 0;
    background: url("../images/p8_bg.jpg") no-repeat;
    background-size: cover;
}
.sp_p7_main{
    overflow: hidden;
    clear: both;
    padding: 15px 3% 0 3%;
}
.sp_p7_mainOne{
    float: left;
    width: 45%;
    margin: 10px 2.5% 0 2.5%;
}
.sp_p7_mainOne img{
    display: block;
    width: 100%;
}

/*p9*/
.drama_p9{
    padding: 30px 0;
    background-image: -moz-linear-gradient( 111deg, rgb(12,155,218) 0%, rgb(92,86,176) 51%, rgb(237,38,196) 100%);
    background-image: -webkit-linear-gradient( 111deg, rgb(12,155,218) 0%, rgb(92,86,176) 51%, rgb(237,38,196) 100%);
    background-image: -ms-linear-gradient( 111deg, rgb(12,155,218) 0%, rgb(92,86,176) 51%, rgb(237,38,196) 100%);
}
.sp_title_main{
    padding: 0 4%;
    text-align: center;
}
.sp_title{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
}
.sp_title:after{
    content: '';
    position: absolute;
    width: 34px;
    height: 3px;
    min-height: 3px;
    bottom: 0;
    left: 50%;
    margin-left: -17px;
    background: #fff;
}
.sp_title_info{
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
.drama_p9_content{
    padding: 0 4%;
}
.drama_p9_inp{
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 15px 0 10px 0;
    background: none;
    font-size: 14px;
}
.drama_p9_inp:-ms-input-placeholder{
    color: #fff;
}
.drama_p9_inp:-moz-placeholder{
    color: #fff;
}
.drama_p9_inp::-webkit-input-placeholder{
    color: #fff;
}
.drama_p9_btn{
    display: block;
    width: 130px;
    height: 40px;
    border-radius: 30px;
    border: none;
    background: #fff;
    color: #7833c6;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

input,select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}