@charset "utf-8";
*{
    /*box-shadow: 0 0 0 1px rgba(103, 103, 103, 0.49);*/
}
/*
 *
 *   INSPINIA - Responsive Admin Theme
 *   version 2.7.1
 *
*/
body {
    background: #ffffff;
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

a {
    padding: 0;
    margin: 0;
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #c6a951;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    display: block;
    padding: 0;
    margin: 0;
}

ul, li, dl, dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top_bg {
    width: 100%;
    height: 50px;
    background: #f6f6f6;
    overflow: hidden;
}

.width {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.top_wel {
    display: inline-table;
    font-size: 14px;
    line-height: 50px;
    color: #666666;
}

.top_login {
    display: inline-table;
    font-size: 14px;
    line-height: 50px;
    margin-left: 60px;
}

.top_login a {
    color: #666666;
    margin-right: 10px;
    text-decoration: none;
}

.top_login a:hover {
    color: #c6a951;
}

.top_reg {
    display: inline-table;
    font-size: 14px;
    line-height: 50px;
    margin-left: 8px;
}

.top_reg a {
    color: #c6a951;
}

.top_right {
    width: 450px;
    height: 50px;
    float: right;
}

.top_link01 {
    line-height: 50px;
    font-size: 14px;
    background: url(/static/pc/images/top_online.png) no-repeat left;
    float: right;
    margin-left: 20px;
    padding-left: 28px;
}

.top_link02 {
    line-height: 50px;
    font-size: 14px;
    float: right;
    margin-left: 20px;
}

.top_link03 {
    line-height: 50px;
    font-size: 14px;
    background: url(/static/pc/images/top_mob.png) no-repeat left;
    float: right;
    margin-left: 20px;
    padding-left: 28px;
}

.top_link04 {
    line-height: 50px;
    font-size: 14px;
    background: url(/static/pc/images/top_car.png) no-repeat left;
    float: right;
    margin-left: 20px;
    padding-left: 28px;
}

.top_right a {
    color: #666666;
    text-decoration: none;
}

.top_right a:hover {
    color: #c6a951;
}

.logo {
    width: 220px;
    height: 60px;
    float: left;
    margin-top: 30px;
}

.search_index {
    width: 800px;
    height: 42px;
    overflow: hidden;
    border: 2px solid #c6a951;
    margin: 42px auto;
}

.search_index .form-control {
    width: 500px;
    height: 42px;
    border: none;
    outline: none;
    padding: 0 15px;
    font-size: 14px;
    line-height: 42px;
    box-shadow: none;
}

.search_index .input-group {
    display: block;
}

.search_index .btn {
    width: 120px;
    height: 38px;
    background: #c6a951;
    float: right;
    border: none;
    border-radius: 0;
    padding: 0;
}

.nav_index {
    width: 100%;
    height: 40px;
    display: block;
    /*margin-top: 30px;*/
}

.nav_bg {
    width: 1200px;
    height: 40px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.nav_menu {
    width: 200px;
    height: 40px;
    float: left;
    background: #c6a951;
    text-align: center;
}

.nav_menu_info {
    display: inline-table;
    font-size: 18px;
    color: #ffffff;
    background: url(/static/pc/images/nav_dot.png) no-repeat left;
    padding-left: 25px;
    line-height: 40px;
}

.nav_ul {
    width: 1200px;
    height: 40px;
    float: left;
}

.nav_ul li {
    width: 160px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
}

.nav_ul li a {
    display: block;
    color: #333333;
    text-decoration: none;
}

.nav_ul li a:hover {
    color: #c6a951;
}

.banner_scr {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
}

.banner_nav {
    display: none;
    width: 200px;
    height: 100%;
    position: absolute;
    z-index: 999;
    left: 50%;
    margin-left: -600px;
    background: rgba(198, 169, 81, 0.65);
}

.banner_nav_ul {
    display: block;
    width: 100%;
    height: 100%;
}

.banner_nav_ul li {
    display: block;
    height: 45px;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
}

.banner_nav_ul li a {
    color: #ffffff;
    display: block;
    overflow: hidden;
    text-decoration: none;
}

.banner_nav_ul li a:hover {
    background: #ffffff;
    color: #333333;
}

.banner_nav_ul li:hover {
    background: #ffffff;
}

.banner_nav_ul li:hover a {
    color: #333333;
}

.banner_nav_ul li .menu_scon {
    width: 280px;
    height: 100%;
    overflow: hidden;
    display: none;
    margin-left: 200px;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
}

.banner_nav_ul li:hover .menu_scon {
    display: block;
}

.banner_nav_ul li .menu_scon .menu_dl {
    width: 240px;
    height: 100%;
    overflow: hidden;
    margin: 20px;
}

.banner_nav_ul li .menu_scon .menu_dl dd {
    width: 120px;
    height: 45px;
    float: left;
    text-align: center;
    line-height: 45px;
}

.banner_nav_ul li .menu_scon .menu_dl dd a {
    color: #ffffff;
    display: block;
}

.banner_nav_ul li .menu_scon .menu_dl dd a:hover {
    background: none;
    color: #c6a951;
}

.index_tit {
    font-size: 36px;
    display: block;
    line-height: 45px;
    text-align: center;
    margin-top: 40px;
    color: #c6a951;
}

.index_tit span {
    background: url(/static/pc/images/tit_span.png) no-repeat center;
    font-size: 26px;
    color: #333333;
    display: block;
}

/*service*/
.width_ser {
    width: 1232px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 50px;
}

.serve_ul {
    width: 1232px;
    height: auto;
    overflow: hidden;
    display: block;
}

.serve_ul li {
    width: 280px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 50px 14px 0 14px;
}

.serve_ul li .img a {
    overflow: hidden;
    display: block
}

.serve_ul li .img {
    width: 280px;
    height: 260px;
    display: block;
    overflow: hidden;
}

.serve_ul li .img a img {
    width: 280px;
    height: 260px;
    transition: all 0.5s;
}

.serve_ul li .img a:hover img {
    width: 302px;
    height: 280px;
    margin: -10px 0 0 -11px;
}

.serve_ul li .link_bg {
    display: block;
    border: 1px solid #e0e0e0;
    border-top: 0;
    overflow: hidden;
}

.serve_ul li .tit {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 20px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serve_ul li .more {
    display: block;
    line-height: 45px;
    font-size: 14px;
}

.serve_ul li .more a {
    display: block;
    line-height: 45px;
    color: #979797;
    background: url(/static/pc/images/more_btn.png) no-repeat right;
    margin: 0 20px;
    transition: all 0.5s;
}

.serve_ul li .more a:hover {
    color: #c6a951;
    background: url(/static/pc/images/more_btnh.png) no-repeat right;
}

/*teacher*/
.teach_bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    padding-bottom: 50px;
    display: block;
}

.teach_ul {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-top: 40px;
}

.teach_ul li {
    width: 240px;
    height: 240px;
    background: #2c2e35;
    float: left;
    position: relative;
}

.teach_ul li.black {
    background: #212228;
}

.teach_ul li .img {
    width: 105px;
    height: 105px;
    border-radius: 105px;
    position: absolute;
    bottom: 25px;
    right: 30px;
    overflow: hidden;
    transition: all 0.5s;
}

.teach_ul li:hover .img {
    width: 240px;
    height: 240px;
    bottom: 0;
    right: 0;
    border-radius: 0;
}

.teach_ul li a {
    width: 240px;
    height: 240px;
    display: block;
    position: absolute;
    z-index: 99;
    line-height: 80px;
    padding: 0 30px;
    font-size: 20px;
    color: #ffffff;
}

.teach_ul li a:hover {
    color: #c6a951;
}

/*photo*/
.iphoto_bg {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
}

.iphoto_bg a {
    display: block;
    overflow: hidden;
}

.iphoto_bg a img {
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: all 0.5s;
}

.iphoto_bg a:hover img {
    width: 110%;
    height: auto;
    margin: -5% 0 0 -5%;
}

.iphoto_left {
    width: 460px;
    height: 420px;
    float: left;
    margin-top: 45px;
    overflow: hidden;
}

.iphoto_right_ul {
    width: 740px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 16px;
}

.iphoto_right_ul li {
    width: 335px;
    height: 195px;
    float: left;
    margin: 30px 0 0 35px;
    background: #000000;
}

/*iabout*/
.iabout_bg {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: flex;
    margin-top: 40px;
    align-items: center;
}
.iabout_bg>div{
    flex: 1;
    padding: 0 10px;
}
.iabout_bg img{
    width: 100%;
}
.iabout_bg .btn {
    border: none;
    outline: none;
    background: none;
    padding: 0;
}

.iabout_bg .btn:focus {
    outline: none;
    border: none;
}

.iabout_bg .modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7
}

.iabout_info {
    font-size: 18px;
    line-height: 40px;
    margin-top: 30px;
    display: block;
    color: #666666;
}

.iabout_info a {
    color: #c6a951;
    display: inline-table;
}

/*foot*/
.foot_bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-top: 100px;
}

.foot_con_bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #2c2e35;
    display: block;
    padding: 55px 0;
}

.foot_list_nav {
    width: 150px;
    height: auto;
    overflow: hidden;
    float: left;
}

.foot_list_nav .tit {
    display: block;
    font-size: 20px;
    line-height: 40px;
}

.foot_list_nav a {
    color: #e6e6e6;
}

.foot_list_nav a:hover {
    color: #c6a951;
}

.foot_list_nav .foot_ul {
    display: block;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.foot_list_nav .foot_ul li {
    display: block;
    font-size: 16px;
    line-height: 28px;
}

.foot_contact {
    width: 374px;
    height: auto;
    overflow: hidden;
    display: block;
    float: left;
}

.foot_contact .tit_contact {
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #e6e6e6;
}

.foot_contact .tit_contact span {
    display: block;
    font-weight: bold;
    font-size: 26px;
    color: #c6a951;
    line-height: 50px;
}

.foot_contact p {
    font-size: 16px;
    line-height: 30px;
    color: #dfdfdf;
    margin-top: 10px;
}

.foot_logo {
    /*width: 105px;*/
    height: 100px;
    float: right;
    /*float: left;*/
    margin-top: 40px;
}

.foot_weixin {
    width: 130px;
    height: 130px;
    float: right;
    margin-top: 30px;
}

.foot_banquan {
    width: 100%;
    height: 50px;
    background: #c6a951;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}
.foot_banquan span a{
    padding: 0 10px;
    font-size: 16px;
    color: white;
}
/*login*/
.banner_login {
    width: 100%;
    height: 475px;
    background: url(/static/pc/images/banner_login.jpg) no-repeat center;
    margin-top: 30px;
}

.login_bg {
    width: 380px;
    height: 375px;
    background: rgba(255, 255, 255, 0.7);
    float: right;
    margin-top: 50px;
}

.login_tit {
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #666666;
    margin: 20px 15px 0 15px;
}

.login_form {
    display: block;
    overflow: hidden;
    margin: 0 15px;
}

.login_form .form-group {
    display: block;
    overflow: hidden;
    height: 55px;
    background: #ffffff;
    margin: 25px 0 0 0;
}

.login_form .form-group .form-control {
    height: 55px;
    display: block;
    margin: 0 10px;
    border: none;
    padding: 0;
    line-height: 55px;
    outline: none;
    box-shadow: none;
    width: 275px;
    float: left;
    overflow: hidden;
}

.login_form .form-group .label_user {
    width: 55px;
    height: 55px;
    background: url(/static/pc/images/dot_user.png) no-repeat center #c6a951;
    float: left;
    margin: 0;
}

.login_form .form-group .label_pass {
    width: 55px;
    height: 55px;
    background: url(/static/pc/images/dot_pass.png) no-repeat center #c6a951;
    float: left;
    margin: 0;
}

.login_form .form-tel {
    display: block;
    overflow: hidden;
    height: 55px;
    margin: 25px 0 0 0;
    width: 100%;
}

.login_form .form-tel .form-duanxin {
    width: 180px;
    height: 55px;
    background: #ffffff;
    float: left;
    border: none;
    outline: none;
    overflow: hidden;
    padding: 0 10px;
    float: left;
}

.login_form .form-tel .form-send {
    width: 135px;
    height: 55px;
    background: #ffffff;
    font-size: 16px;
    color: #c6a951;
    text-align: center;
    line-height: 55px;
    float: right;
    padding: 0;
    outline: none;
    border: none;
}

.login_form .btn {
    width: 350px;
    height: 50px;
    background: #c6a951;
    border: none;
    outline: none;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-top: 20px;
}

.login_link {
    display: block;
    line-height: 40px;
    margin: 40px 15px;
}

.login_link a:hover {
    text-decoration: underline
}

.login_link .zhuce_link {
    font-size: 16px;
    color: #666666;
    display: inline-table;
    float: left;
}

.login_link .zhuce_link a {
    color: #666666;
}

.login_link .forget_link {
    font-size: 16px;
    color: #666666;
    display: inline-table;
    float: right;
}

.login_link .forget_link a {
    color: #ff0024;
}

/*register*/
.reg_bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f8f8f8;
    padding: 120px 0;
    margin-top: 30px;
}

.reg_wihte {
    width: 870px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    padding: 70px 0;
    background: #ffffff;
}

.reg_form {
    width: 420px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 20px auto 0 auto;
}

.reg_tit {
    font-size: 26px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #c0ac60;
}

.reg_form .form-group {
    display: block;
    height: auto;
    overflow: hidden;
    margin: 25px 0 0 0;
}

.reg_form .form-group .form-control {
    border: 1px solid #dddddd;
    padding: 0 15px;
    margin: 0;
    line-height: 45px;
    height: 45px;
    border-radius: 0;
    box-shadow: none;
    width: 420px;
    display: inline;
}

.reg_form .form-group .num {
    width: 45px;
    height: 45px;
    float: left;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 45px;
    font-weight: normal;
    color: #a3a3a3;
    border-right: 0;
}

.reg_form .form-group .tt {
    font-size: 16px;
    color: #7c7c7c;
    font-weight: normal;
    line-height: 20px;
}

.reg_form .form-group .radio {
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
    line-height: 20px;
    width: 50px;
    display: inline-table;
}

.reg_form .form-group .dot {
    margin-top: 3px;
    width: 15px;
    height: 15px;
}

.reg_form .form-group .date {
    height: 45px;
    border: 1px solid #dddddd;
    outline: none;
    margin-right: 20px;
    padding: 0 10px;
}

.reg_form .mob_yanzheng {
    width: 195px;
    height: 45px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 45px;
    color: #a3a3a3;
    background: none;
    float: right;
}

.reg_form .form-check {
    display: block;
    margin-top: 60px;
    font-size: 16px;
    color: #9c9c9c;
    line-height: 25px;
}

.reg_form .form-check .form_ck {
    width: 20px;
    height: 20px;
    color: #9c9c9c;
    border: 1px solid #dddddd;
    background: #f8f8f8;
    margin-top: 3px;
    float: left
}

.reg_form .user_login {
    display: block;
    font-size: 16px;
    line-height: 40px;
}

.reg_form .user_login a {
    color: #c6a951;
}

.reg_form .sub {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #c6a951;
    border: none;
    outline: none;
    width: 420px;
    margin-top: 10px;
}

.reg_form .btn {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background: #c6a951;
    border: none;
    outline: none;
    width: 420px;
    margin-top: 40px;
}

.reg_form .pic_btn {
    width: 130px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 25px auto 0 auto;
    position: relative;
    text-align: center;
    line-height: 45px;
    color: #666666;
    font-size: 16px;
}

.reg_form .pic_btn .pic_img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    display: block;
    border-radius: 130px;
}

.reg_form .pic_photo {
    background: none;
    width: 130px;
    height: 130px;
    overflow: hidden;
    padding: 0 0 0 200px;
    outline: none;
    border: none;
    border-radius: 123px;
    margin: 0 auto;
    box-shadow: none;
    position: absolute;
}

.reg_form .pic_photo:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

/*商城*/
.shop_top {
    width: 100%;
    height: 55px;
    background: #c6a951;
    display: block;
}

.shop_page_bg .modal-backdrop.in {
    filter: alpha(opacity=0);
    opacity: 0;
}

.shop_top .modal.fade .modal-dialog {
    width: 1150px;
    height: 55px;
    overflow: hidden;
    margin: 0 0 0 -550px;
    left: 50%;
}

.shop_top .modal.fade .modal-dialog .modal-content {
    background: #c6a951;
    height: 55px;
    width: 1150px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.shop_top .shop_search_bg {
    width: 950px;
    height: 55px;
    float: left;
    margin-left: 90px;
}

.shop_top .shop_search_bg .form-control {
    width: 900px;
    height: 55px;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    color: #ffffff;
    float: left;
    font-size: 16px;
    line-height: 55px;
}

.shop_top .shop_search_bg .input-lg {
    color: #ffffff;
}

.shop_top .shop_search_bg input::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
}

.shop_top .shop_search_bg .btn {
    width: 20px;
    height: 20px;
    float: right;
    border: none;
    padding: 0;
    background: none;
    margin-top: 17.5px;
    outline: none;
}

.shop_top .sub {
    float: right;
    background: none;
    border: none;
    padding: 0;
    outline: none;
    color: #ffffff;
    font-size: 25px;
    line-height: 55px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.shop_top .modal.fade .modal-dialog .btn {
    width: 20px;
}

.shop_logo {
    width: 45px;
    height: 40px;
    float: left;
    margin-top: 7.5px;
}

.shop_nav_ul {
    width: 1000px;
    height: 55px;
    line-height: 55px;
    float: left;
    margin-left: 20px;
}

.shop_nav_ul li {
    display: inline-table;
    font-size: 18px;
    line-height: 55px;
    padding: 0 27px;
}

.shop_nav_ul li a {
    color: #ffffff;
}

.shop_nav_ul li a:hover {
    text-decoration: underline;
}

.shop_search_btn {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 17.5px;
    padding: 0;
    background: none;
    border: none;
    outline: none;
    margin-left: 20px;
}

.shop_mem_dot {
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 17.5px;
}

.shop_page_bg {
    background: #f7f7f5;
}

.shop_page_header {
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 35px 0;
    position: relative;
}

.shop_page_header a {
    color: #666666;
}

.shop_page_header a:hover {
    color: #c6a951;
}

.shop_page_tit {
    overflow: hidden;
    position: absolute;
    width: 150px;
    height: 50px;
    left: 50%;
    margin-left: -75px;
}

.shop_cart {
    display: inline-table;
    line-height: 25px;
    font-size: 16px;
    float: right;
    background: url(/static/pc/images/shop/dot_cart.png) no-repeat left;
    padding-left: 25px;
    margin-left: 30px;
    margin-top: 20px;
}
/*商品详情页购物车*/
.shop_cart1 {
    display: inline-table;
    line-height: 25px;
    font-size: 16px;
    background: url(/static/pc/images/shop/dot_cart.png) no-repeat left;
    padding-left: 25px;
}
.pcon{
    display: flex !important;
    align-items: center;
}
.pleft {
    flex: 1;
}
.pright a{
    color: red;
}
.shop_help {
    display: inline-table;
    line-height: 25px;
    font-size: 16px;
    float: right;
    background: url(/static/pc/images/shop/dot_help.png) no-repeat left;
    padding-left: 25px;
    margin-top: 20px;
}

.shop_banner {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
}

.miaosha_bg {
    width: 291px;
    height: 140px;
    margin-top: 25px;
    display: block;
    float: left;
    background: #ffffff;
    overflow: hidden;
}

.miaosha_bg_con {
    display: block;
    height: auto;
    overflow: hidden;
    margin: 20px 30px 0 30px;
}

.miaosha_bg_tit {
    display: block;
    font-size: 21px;
    line-height: 40px;
}

.miaosha_bg_tit a {
    color: #c6a951;
}

.miaosha_bg_hr {
    width: 45px;
    height: 2px;
    background: #ff0000;
}

.miaosha_bg_con p {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    margin-top: 5px;
}

.miaosha_ul {
    width: 909px;
    height: 140px;
    float: left;
    margin-top: 25px;
    overflow: hidden;
}

.miaosha_ul li {
    width: 293px;
    height: 140px;
    float: left;
    background: #ffffff;
    overflow: hidden;
    margin-left: 10px;
}

.miaosha_ul li .img {
    width: 160px;
    height: 140px;
    float: left;
}

.miaosha_ul li .info {
    width: 105px;
    margin: 15px 13.5px 0 13.5px;
    float: right;
}

.miaosha_ul li .info .tit {
    font-size: 17px;
    line-height: 35px;
    display: block;
}

.miaosha_ul li .info .pay {
    font-size: 15px;
    line-height: 25px;
    display: block;
    margin-top: 20px;
    color: #ff0000;
}

.miaosha_ul li .info .pay span {
    font-size: 13px;
    color: #666666;
    text-decoration: line-through;
}

.shop_tit {
    display: block;
    font-size: 26px;
    line-height: 40px;
    margin-top: 45px;
    text-align: center;
    color: #c6a951;
    position: relative;
}

.shop_hot_ul {
    width: 1230px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 30px auto 0 auto;
    padding-bottom: 10px;
}

.shop_hot_ul li {
    width: 380px;
    height: 450px;
    overflow: hidden;
    background: #ffffff;
    float: left;
    box-shadow: none;
    margin: 0 15px;
}

.shop_hot_ul li:hover {
    box-shadow: 3px 3px 10px #cccccc;
}

.shop_hot_ul li .img {
    width: 380px;
    height: 280px;
    overflow: hidden;
}

.shop_hot_ul li .info {
    display: block;
    margin: 25px;
    font-size: 20px;
    line-height: 35px;
}

.shop_hot_ul li .info span {
    white-space: nowrap; /*强制span不换行*/
    display: inline-block; /*将span当做块级元素对待*/
    width: 350px; /*限制宽度*/
    font-size: 16px;
    overflow: hidden; /*超出宽度部分隐藏*/
    text-overflow: ellipsis; /*超出部分以点号代替*/
    line-height: 0.9; /*数字与之前的文字对齐*/
}

.shop_hot_ul li .min {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #ff0000;
}

.shop_sel_nav {
    display: block;
    position: absolute;
    overflow: hidden;
    top: 10px;
    right: 0;
}

.shop_sel_nav li {
    display: inline-table;
    float: right;
    line-height: 35px;
    margin-left: 30px;
    font-size: 16px;
}

.shop_sel_nav li a {
    color: #666666;
}

.shop_sel_nav li a:hover {
    color: #c6a951;
}

.shop_sel_ul {
    width: 1224px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto 0 auto;
    padding-bottom: 10px;
}

.shop_sel_ul li {
    width: 280px;
    height: auto;
    overflow: hidden;
    float: left;
    box-shadow: none;
    margin: 35px 13px 0 13px;
    background: #ffffff;
    padding-bottom: 25px;
}

.shop_sel_ul li:hover {
    box-shadow: 3px 3px 10px #cccccc;
}

.shop_sel_ul li .img {
    width: 280px;
    height: 235px;
    overflow: hidden;
}

.shop_sel_ul li .info {
    display: block;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    margin-top: 25px;
}

.shop_sel_ul li .min {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    color: #ff0000;
    margin-top: 10px;
}

.shop_gj_bg {
    width: 1195px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 10px auto;
}

.shop_gj_bg .list_mg {
    width: 585px;
    height: 430px;
    float: left;
    margin-top: 30px;
}

.shop_gj_bg .list_gj {
    width: 280px;
    height: 430px;
    float: left;
    margin-top: 30px;
}

.shop_gj_bg .mar_right {
    margin-right: 25px;
}

/*配音分类*/
.shop_place {
    display: block;
    line-height: 30px;
    color: #bbbbbb;
    overflow: hidden;
    font-size: 16px;
    font-family: "宋体";
    font-weight: bold;
}

.shop_place .a1 {
    color: #666666;
    margin-right: 10px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.shop_place .a2 {
    color: #929292;
    margin-left: 10px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.shop_place a:hover {
    color: #c6a951;
}

.shop_sele_bg {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 20px auto 0 auto;
    background: #ffffff;
    padding: 20px 0;
}

.shop_sele_menu {
    width: 1110px;
    height: auto;
    overflow: hidden;
    display: block;
    background: url(/static/pc/images/shop/bg_border.jpg) repeat-x bottom;
    line-height: 45px;
    margin: 0 auto;
}

.shop_sele_menu li {
    display: inline-table;
    float: left;
    margin-right: 48px;
    line-height: 44px;
    font-size: 17px;
}

.shop_sele_menu li a {
    display: block;
    line-height: 44px;
}

.shop_sele_menu li a:hover {
    border-bottom: 1px solid #b9b9b9;
    line-height: 44px;
}

.shop_sele_menu li a.cur {
    border-bottom: 1px solid #b9b9b9;
    line-height: 44px;
}

.shop_sele_nav {
    width: 1110px;
    height: auto;
    overflow: hidden;
    display: block;
    line-height: 45px;
    margin: 0 auto;
}

.shop_sele_nav li {
    display: inline-table;
    float: left;
    margin-right: 40px;
    line-height: 44px;
    font-size: 16px;
}

.shop_sele_nav li a {
    display: block;
    line-height: 45px;
    color: #666666;
}

.shop_sele_nav li a:hover {
    line-height: 45px;
    color: #c6a951;
}

.shop_sele_nav li a.cur {
    line-height: 45px;
    color: #c6a951;
}

.shop_sele_pic {
    width: 1224px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 20px auto 0 auto;
    padding-bottom: 10px;
}

.shop_sele_pic li {
    width: 280px;
    height: 400px;
    overflow: hidden;
    float: left;
    margin: 35px 13px 0 13px;
    background: #ffffff;
}

.shop_sele_pic li:hover {
    display: block;
}

.shop_sele_pic li .img {
    width: 280px;
    height: 235px;
    overflow: hidden;
}

.shop_sele_pic li .info {
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    padding: 40px 25px 0 25px;
}

.shop_sele_pic li .info span {
    display: inline-table;
    float: right;
    background: url(/static/pc/images/shop/dot_try.png) no-repeat left;
    padding-left: 30px;
    font-size: 15px;
}

.shop_sele_pic li .info span a {
    color: #666666
}

.shop_sele_pic li .min {
    display: block;
    text-align: left;
    line-height: 30px;
    font-size: 18px;
    color: #ff0000;
    padding: 0 25px;
}

/*.shop_sele_pic li:hover .info {
    padding-top: 10px;
}*/

.shop_sele_pic li .link_bg {
    display: none;
    padding: 10px 25px 0 25px;
    overflow: hidden;
}

.shop_sele_pic li:hover .link_bg {
    display: block;
    padding: 10px 25px 0 25px;
    overflow: hidden;
}

.shop_sele_pic li .link_bg .more {
    width: 110px;
    height: 35px;
    text-align: center;
    border-radius: 15px;
    float: left;
}

.shop_sele_pic li .link_bg .more a {
    display: block;
    border: 1px solid #dddddd;
    border-radius: 15px;
    overflow: hidden;
    line-height: 33px;
}

.shop_sele_pic li .link_bg .more a:hover {
    background: #ff0000;
    color: #ffffff;
    border: none;
}

.shop_sele_pic li .link_bg .shoucang {
    width: 110px;
    height: 35px;
    text-align: center;
    border-radius: 15px;
    float: right;
}

.shop_sele_pic li .link_bg .shoucang a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    line-height: 35px;
    background: #ff0000;
    color: #ffffff;
}

.shop_pagelist {
    display: inline-table;
    float: right;
    overflow: hidden;
    margin-top: 60px;
}

.shop_pagelist li {
    height: 30px;
    display: inline-table;
    font-size: 15px;
    line-height: 30px;
    margin-right: 10px;
    color: #777777;
}

.shop_pagelist li a {
    color: #777777;
    display: block;
    padding: 0 10px;
    border: 1px solid #cccccc;
}

.shop_pagelist li a:hover {
    color: #c6a951;
}

.shop_pagelist li .text {
    color: #777777;
    display: inline;
    padding: 0 10px;
    border: 1px solid #cccccc;
    width: 60px;
    outline: none;
    margin: 0 10px;
    height: 32px;
}

.shop_pagelist li .btn {
    color: #555555;
    display: inline-table;
    padding: 0 10px;
    border: 1px solid #cccccc;
    background: none;
    height: 34px;
    border-radius: 0;
    margin-left: 15px;
    line-height: 32px;
}

.shop_header {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    background: #ffffff;
    padding-bottom: 30px;
}

.shop_cart_bg {
    height: auto;
    overflow: hidden;
    display: block;
    margin: 30px auto 0 auto;
}

.shop_cart_bg .cart-wrap {
    line-height: 2.8rem;
    margin-top: 30px;
}

.shop_cart_bg table.cart {
    width: 1200px;
    height: auto;
    overflow: hidden;
}

.shop_cart_bg .t-goods {
    width: 300px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.shop_cart_bg .text-center {
    width: 200px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.shop_cart_bg .t-selling-price {
    width: 200px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.shop_cart_bg .t-qty {
    width: 200px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.shop_cart_bg .t-subtotal {
    width: 200px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.shop_cart_bg .t-action {
    width: 100px;
    text-align: center;
    padding: 0;
    margin: 0;
}

.shop_cart_bg .check {
    margin-right: 0.2rem;
}

.shop_cart_bg table.cart tbody .goods {
    padding: 30px 0 20px 0;
    text-align: left;
}

.shop_cart_bg table.cart tbody .goods label {
    margin-left: 0.3rem;
}

.shop_cart_bg table.cart tbody .goods input {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.shop_cart_bg .input-group {
    width: 100px;
    margin: 0 auto;
}

.shop_cart_bg table.cart tbody .selling-price:before, table.cart tbody .subtotal:before,
table.cart tbody .price-total:before {
    content: "￥"
}

.shop_cart_bg table.cart tbody .selling-price:after, table.cart tbody .subtotal:after {
    content: "";
    padding-left: 1.1rem;
}

.shop_cart_bg .cart-summary {
    border-top: 0.1rem solid #e9e9e9;
    padding: 0.6rem 1rem;
}

.shop_cart_bg .table > tbody > tr > td {
    padding: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
}

.shop_cart_bg .table label {
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 10px;
}

.shop_cart_bg .btn-warning {
    background: none;
    border: none;
    color: #666666;
    font-size: 18px;
}

.shop_cart_bg .subtotal {
    color: #ff0000;
}

.shop_cart_bg .cart-wrap .row {
    background: #efefef;
    margin-top: 30px;
    height: 55px;
    overflow: hidden;
    padding: 0;
}

.shop_cart_bg .cart-wrap .cart-summary {
    padding: 0;
    height: 55px;
    overflow: hidden;
    display: block;
    line-height: 55px;
}

.shop_cart_bg .cart-wrap .cart-summary label {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
}

.shop_cart_bg .cart-wrap .cart-summary .pull-right {
    padding: 0;
    margin: 0;
}

.shop_cart_bg .cart-wrap .cart-summary .pull-right a {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
}

.shop_cart_bg .cart-wrap .cart-summary .pull-right .btn {
    padding: 0;
    height: 55px;
    width: 140px;
    border-radius: 0;
    margin: 0;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    background: #c6a951;
    border: none;
}

/*结算信息*/
.pay_info_bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.pay_tit {
    font-size: 20px;
    color: #666666;
    display: block;
    line-height: 35px;
}

.pay_info_box {
    display: inline-table;
    padding: 10px 25px;
    border: 1px solid #d6d6d6;
    margin-top: 15px;
}

.pay_info_box .name {
    display: block;
    font-size: 16px;
    color: #919191;
    line-height: 35px;
}

.pay_info_box .name span {
    color: #666666;
    margin-right: 10px;
}

.pay_info_box .info {
    display: block;
    border-top: 1px solid #d6d6d6;
    font-size: 16px;
    color: #999999;
    line-height: 35px;
    padding-top: 5px;
}

.pay_info_box .xiugai {
    display: block;
    font-size: 16px;
    line-height: 35px;

}

.pay_info_box .xiugai a {
    color: #c6a951;
}

.pay_info_form {
    display: block;
    margin-top: 15px;
    overflow: hidden;
}

.pay_info_form .pay_goods_tit {
    display: block;
    height: 45px;
    background: #f1f1f1;
    overflow: hidden;
    font-size: 17px;
    text-align: center;
    line-height: 45px;
    color: #666666;
}

.pay_info_form .pay_goods_name {
    width: 440px;
    height: auto;
    overflow: hidden;
    float: left;
}

.pay_info_form .pay_goods_list {
    width: 260px;
    height: auto;
    overflow: hidden;
    float: left;
    text-align: center
}

.pay_info_form .pay_goods_money {
    width: 240px;
    height: auto;
    overflow: hidden;
    float: left;
    text-align: center;
}

.pay_info_form .pay_goods_ul {
    display: block;
    overflow: hidden;
}

.pay_info_form .pay_goods_ul li {
    padding: 25px 0;
    font-size: 18px;
}

.pay_info_form .pay_goods_ul li .img {
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

.pay_info_form .pay_goods_ul li .txt {
    line-height: 25px;
    padding-top: 50px;
}

.pay_info_form .pay_goods_ul li .red {
    line-height: 25px;
    padding-top: 50px;
    color: #ff0000;
}

.pay_info_form .pay_count {
    display: block;
    border-bottom: 1px solid #dddddd;
    line-height: 50px;
    overflow: hidden;
    font-size: 18px;
    color: #afafaf;
    text-align: right;
    margin-top: 10px;
}

.pay_info_form .pay_count span {
    color: #ff0000;
}

.pay_info_form .pay_con {
    display: block;
    height: auto;
    overflow: hidden;
    text-align: right;
}

.pay_info_form .pay_con .pay_youhui {
    display: inline-table;
    float: right;
    line-height: 40px;
    overflow: hidden;
}

.pay_info_form .pay_con .pay_youhui label {
    font-size: 16px;
    color: #999999;
    display: inline-table;
    font-weight: normal;
}

.pay_info_form .pay_con .pay_youhui .sel_youhui {
    border: 1px solid #cccccc;
    color: #888888;
    padding: 0 10px;
    margin: 0 15px;
    width: 195px;
    display: inline-table;
}

.pay_info_form .pay_con .pay_youhui span {
    color: #ff0000;
    font-size: 16px;
    width: 100px;
    display: inline-table;
    text-align: left;
}

.pay_info_form .pay_con .pay_person {
    display: inline-table;
    text-align: right;
    padding: 10px 35px;
    border: 1px solid #c6a951;
    margin-right: 40px;
    margin-top: 15px;
}

.pay_info_form .pay_con .text {
    display: inline-table;
    border: 1px solid #c6a951;
    margin-top: 15px;
    color: #7f7f7f;
    font-size: 15px;
    max-height: 100px;
}

.pay_info_form .pay_con .pay_person .tit {
    display: block;
    line-height: 50px;
    color: #333333;
    font-size: 18px;
}

.pay_info_form .pay_con .pay_person .tit span {
    font-size: 24px;
    color: #959595;
}

.pay_info_form .pay_con .pay_person .tit span font {
    color: #ff0000;
}

.pay_info_form .pay_con .pay_person .info {
    display: block;
    line-height: 30px;
    color: #7f7f7f;
    font-size: 16px;
}

.pay_info_form .pay_con .pay_person .info span font {
    margin-left: 15px;
}

.pay_info_form .pay_con .pay_fangshi {
    width: 330px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-right: 40px;
    margin-top: 15px;
}

.pay_info_form .pay_con .pay_fangshi .radio-inline {
    width: 100%;
    text-align: left;
    margin: 15px 0 0 0;
}

.pay_info_form .pay_con .pay_fangshi .radio-inline input {
    width: 17px;
    height: 17px;
    margin-top: 5px;
}

.pay_info_form .pay_con .pay_fangshi .label_txt {
    float: left;
    font-size: 18px;
    color: #666666;
    font-weight: normal;
    margin-right: 20px;
    margin-top: 15px;
}

.pay_info_form .pay_con .pay_fangshi .label_info {
    display: inline-table;
    overflow: hidden;
    width: 200px;
    float: left;
}

.pay_info_form .pay_con .pay_jiesuan_bg {
    width: 370px;
    height: 55px;
    background: #efefef;
    margin-top: 35px;
    float: right;
}

.pay_info_form .pay_con .pay_jiesuan_num {
    width: 280px;
    text-align: center;
    height: 55px;
    float: left;
    line-height: 55px;
    font-size: 20px;
    color: #666666;
}

.pay_info_form .pay_con .pay_jiesuan_num span {
    color: #ff0000;
    margin-left: 20px;
}

.pay_info_form .pay_con .pay_jiesuan_bg .btn {
    width: 90px;
    height: 55px;
    background: #c6a951;
    color: #ffffff;
    border-radius: 0;
    border: none;
    line-height: 55px;
    padding: 0;
    font-size: 20px;
}

.pay_suc {
    margin: 150px auto 80px auto;
    width: 480px;
    height: auto;
    overflow: hidden;
}

.pay_suc .user_suc {
    display: block;
    line-height: 60px;
    font-size: 24px;
    color: #333333;
}

.pay_suc .zhifu_suc {
    display: block;
    line-height: 60px;
    font-size: 22px;
    color: #616161;
}

.pay_suc .link_bg {
    display: block;
    overflow: hidden;
    margin-top: 55px;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
}

.pay_suc .link_bg .link_kefu {
    width: 220px;
    height: 45px;
    background: #c6a951;
    margin: 0 10px;
    float: left;
}

.pay_suc .link_bg .link_kefu a {
    display: block;
    color: #ffffff;
}

.pay_suc .link_bg .link_dingdan {
    width: 220px;
    height: 45px;
    background: #ebebeb;
    margin: 0 10px;
    float: left;
}

.pay_suc .link_bg .link_dingdan a {
    display: block;
    color: #777777;
}

/*配音推荐*/
.place_bg {
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #666666;
    margin: 10px auto 0 auto;
    width: 1200px;
    height: auto;
}

.tj_left {
    width: 900px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}

.tj_left .tj_ul {
    width: 900px;
    height: auto;
    overflow: hidden;
    display: block;
}

.tj_left .tj_ul li {
    width: 275px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 30px 25px 0 0;
}

.tj_left .tj_ul li .img {
    width: 275px;
    height: 150px;
    overflow: hidden;
    display: block;
}

.tj_left .tj_ul li p {
    font-size: 18px;
    line-height: 40px;
    margin-top: 10px;
}

.tj_left .tj_ul li p span a {
    font-size: 14px;
    color: #777777;
}

.tj_left .tj_ul li p span a:hover {
    color: #c6a951;
}

.tj_left .tj_ul li p span .a_down {
    display: inline-table;
    background: url(/static/pc/images/span_down.png) no-repeat left;
    padding-left: 20px;
    float: right;
    margin-left: 20px;
}

.tj_left .tj_ul li p span .a_les {
    display: inline-table;
    background: url(/static/pc/images/span_les.png) no-repeat left;
    padding-left: 20px;
    float: right;
    margin-left: 20px;
}

.tj_right {
    width: 270px;
    height: auto;
    overflow: hidden;
    background: #fafafa;
    padding: 20px 0 30px 0;
    float: right;
    margin-top: 50px;
}

.tj_right .fenlei_tit {
    display: block;
    background: url(/static/pc/images/fenlei_dot.png) no-repeat left;
    padding-left: 15px;
    line-height: 40px;
    font-size: 20px;
}

.tj_right .fenlei_ul {
    width: 240px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 20px auto;
}

.tj_right .fenlei_ul li {
    display: inline-table;
    height: 35px;
    float: left;
    margin: 15px 5px 0 5px;
    line-height: 33px;
    font-size: 16px;
}

.tj_right .fenlei_ul li a {
    border: 1px solid #dddddd;
    padding: 0 12px;
    background: #ffffff;
    height: 33px;
    display: block;
    color: #666666;
}

.tj_right .fenlei_ul li a:hover {
    background: #c6a951;
    border: 1px solid #c6a951;
    color: #ffffff;
}

.tj_h {
    display: block;
    line-height: 40px;
    color: #c6a951;
    font-size: 22px;
    margin-top: 50px;
}

.tj_h font {
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5px;
}

.tj_h span {
    float: right;
    font-size: 16px;
}

.tj_pic_bg {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
}

.tj_pic_top_l {
    width: 500px;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 30px;
}

.tj_pic_top_l a {
    display: block;
    overflow: hidden
}

.tj_pic_top_l a .tit_bg {
    display: none;
    transition: all 0.5s;
}

.tj_pic_top_l a .tit_bg:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.tj_pic_top_l a:hover .tit_bg {
    display: block;
    width: 500px;
    height: 450px;
    position: absolute;
    line-height: 450px;
    text-align: center;
    font-size: 30px;
}

.tj_pic_top_r {
    width: 700px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-top: 30px;
}

.tj_pic_top_r_list {
    width: 315px;
    height: 210px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 35px;
    position: relative;
}

.tj_pic_top_r_list a {
    display: block;
    overflow: hidden
}

.tj_pic_top_r_list a .tit_bg {
    display: none;
    transition: all 0.3s;
}

.tj_pic_top_r_list a .tit_bg:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.tj_pic_top_r_list a:hover .tit_bg {
    display: block;
    width: 315px;
    height: 210px;
    position: absolute;
    line-height: 210px;
    text-align: center;
    font-size: 22px;
}

.tj_pic_down_l {
    width: 700px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 30px;
}

.tj_pic_down_l_list {
    width: 315px;
    height: 210px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    margin-right: 35px;
    position: relative;
}

.tj_pic_down_l_list a {
    display: block;
    overflow: hidden
}

.tj_pic_down_l_list a .tit_bg {
    display: none;
    transition: all 0.3s;
}

.tj_pic_down_l_list a .tit_bg:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.tj_pic_down_l_list a:hover .tit_bg {
    display: block;
    width: 315px;
    height: 210px;
    position: absolute;
    line-height: 210px;
    text-align: center;
    font-size: 22px;
}

.tj_pic_down_r {
    width: 500px;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 30px;
}

.tj_pic_down_r a {
    display: block;
    overflow: hidden
}

.tj_pic_down_r a .tit_bg {
    display: none;
    transition: all 0.5s;
}

.tj_pic_down_r a .tit_bg:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.tj_pic_down_r a:hover .tit_bg {
    display: block;
    width: 500px;
    height: 450px;
    position: absolute;
    line-height: 450px;
    text-align: center;
    font-size: 30px;
}

.try_les_bg {
    width: 800px;
    height: auto;
    overflow: hidden;
    margin: 50px auto 30px auto;
}

.try_les_bg .try_les_img {
    width: 800px;
    height: auto;
    overflow: hidden;
    display: block;
}

.try_les_bg audio {
    width: 650px;
    margin-top: 20px;
    float: left;
}

.try_les_bg .dot_bg {
    width: 150px;
    float: right;
    height: 25px;
    overflow: hidden;
    margin-top: 20px;
}

.try_les_bg .dot_down {
    background: url(/static/pc/images/span_down.png) no-repeat right;
    padding-right: 25px;
    float: left;
    margin-left: 20px;
}

.try_les_bg .dot_kefu {
    background: url(/static/pc/images/top_online.png) no-repeat right;
    padding-right: 25px;
    float: left;
    margin-left: 20px;
}

.try_les_shop_bg {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 60px auto 0 auto;
}

.try_les_shop_bg .try_les_img {
    width: 800px;
    height: auto;
    overflow: hidden;
    display: block;
}

.try_les_shop_bg audio {
    width: 370px;
    margin-top: 20px;
    float: left;
}

.try_les_shop_bg .dot_bg {
    width: 150px;
    float: right;
    height: 25px;
    overflow: hidden;
    margin-top: 20px;
}

.try_les_shop_bg .dot_down {
    background: url(/static/pc/images/span_down.png) no-repeat right;
    padding-right: 25px;
    float: left;
    margin-left: 20px;
}

.try_les_shop_bg .dot_kefu {
    background: url(/static/pc/images/top_online.png) no-repeat right;
    padding-right: 25px;
    float: left;
    margin-left: 20px;
}

.try_les_shop_l {
    width: 520px;
    height: auto;
    overflow: hidden;
    float: left;
}

.try_les_shop_r {
    width: 420px;
    float: right;
    height: auto;
    overflow: hidden;
}
.tc_left_gray .tab-content li input[type=text] {
    border:1px solid #dddddd;
    border-left:none;
    border-right:none;
    font-size:14px;
    padding-top:6px;
    line-height:22px;
    text-align:center;
}
/*.tc_block .tab-content li input[type=text] {
    padding: 6px 15px 5px;
    border-left:none;
    border-right:none;
    font-size:14px;
}*/
.try_les_shop_r .tit {
    display: block;
    line-height: 40px;
    color: #333333;
    font-size: 20px;
}

.try_les_shop_r #list {
    display: block;
    overflow: hidden;
}

.try_les_shop_r #list li p {
    font-size: 18px;
    line-height: 45px;
    margin: 20px 0 10px 0;
}

.try_les_shop_r #list li input {
    border: none;
    background: #eeeeee;
    padding: 5px 10px;
    outline: none;
    border: 1px solid #dddddd;
}

.try_les_shop_r #list li input[type=text] {
    border: 1px solid #dddddd;
    font-weight: normal;
    text-align: center;
    border-left:none;
    border-right:none;
}

.try_les_shop_r #list li span {
    display: block;
    font-size: 24px;
    color: #ff0000;
    line-height: 45px;
    margin-top: 20px;
}
.collect_bg {
    display: block;
    line-height: 45px;
    font-size: 18px;
    background: url(/static/pc/images/dot_collect.png) no-repeat left;
    padding-left: 30px;
    margin-top: 40px;
}
.collect_bg1 {
    display: block;
    line-height: 45px;
    font-size: 18px;
    background: url(/static/pc/images/dot_collect1.png) no-repeat left;
    background-size: 25px 25px;
    padding-left: 30px;
    margin-top: 40px;
}
.collect_bg a:hover {
    color: #ff0000;
}
.try_les_shop_r .collect_bg {
    display: block;
    line-height: 45px;
    font-size: 18px;
    background: url(/static/pc/images/dot_collect.png) no-repeat left;
    padding-left: 30px;
    margin-top: 40px;
}

.try_les_shop_r .collect_bg1 {
    display: block;
    line-height: 45px;
    font-size: 18px;
    background: url(/static/pc/images/dot_collect1.png) no-repeat left;
    background-size: 25px 25px;
    padding-left: 30px;
    margin-top: 40px;
}

.try_les_shop_r .collect_bg a:hover {
    color: #ff0000;
}

.try_les_shop_r .link_bg {
    display: block;
    overflow: hidden;
    margin-top: 20px;
}

.try_les_shop_r .link_pay {
    width: 195px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    background: #c6a951;
    float: left;
}

.try_les_shop_r .link_pay a {
    display: block;
    color: #ffffff;
}

.try_les_shop_r .link_car {
    width: 195px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    background: #ededed;
    float: left;
    margin-left: 30px;
}

.try_les_shop_r .link_car a {
    display: block;
    color: #666666;
}

/*直播视频*/
.zhibo_left {
    width: 745px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 40px;
}

.zhibo_left_img {
    width: 745px;
    height: 690px;
    position: relative;
}

.zhibo_left_img .btn {
    width: 745px;
    height: 690px;
    position: absolute;
    border: none;
    background: none;
    outline: none;
    padding: 0;
}

.zhibo_left_tit {
    display: block;
    line-height: 45px;
    font-size: 26px;
    margin-top: 10px;
    color: #c6a951;
}

.zhibo_right {
    width: 395px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-top: 35px;
}

.zhibo_right_tit {
    display: block;
    background: url(/static/pc/images/fenlei_dot.png) no-repeat left;
    padding-left: 15px;
    line-height: 40px;
    font-size: 26px;
}

.zhibo_right_ul {
    width: 395px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-top: 10px;
}

.zhibo_right_ul li {
    display: block;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}

.zhibo_right_ul li .img {
    width: 395px;
    height: 175px;
    overflow: hidden;
    display: block;
}

.zhibo_right_ul li p {
    line-height: 43px;
    font-size: 20px;
}

/*配音老师*/
.width_select {
    width: 1200px;
    height: auto;
    position: relative;
    margin: 25px auto 0 auto;
    padding: 0;
}
.title_s{
    color: #000000;
    font-size: 17px;
    margin-left: 10px;
}
.width_select .select {
    border: #ddd 1px solid;
    display: block;
    border-bottom: 0;
}

.width_select .select li {
    list-style: none;
    padding: 0 0 0 165px;
    height: 55px;
}

.width_select .select .select-list {
    border-bottom: #dddddd 1px solid
}

.width_select .select dl {
    zoom: 1;
    position: relative;
    line-height: 55px;
    height: 55px;
    font-size: 16px;
}

.width_select .select dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden
}

.width_select .select dt {
    width: 165px;
    position: absolute;
    top: 0;
    left: -165px;
    text-align: center;
    color: #666;
    height: 55px;
    line-height: 55px;
    background: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    font-weight: normal;
}

.width_select .select dd {
    float: left;
    display: inline;
    margin: 0 0 0 30px;
    line-height: 55px;
    overflow: hidden;
}

.width_select .select a {
    display: inline-block;
    white-space: nowrap;
    height: 55px;
    padding: 0;
    text-decoration: none;
    color: #666666;
    border-radius: 2px;
}

.width_select .select a:hover {
    color: #c6a951;
}

.width_select .select .selected a {
    color: #c6a951;
}

.width_select .select-result dt {
    font-weight: bold
}

.width_select .select-no {
    color: #999
}

.width_select .select .select-result a {
    padding-right: 20px;
    background: #f60 url("close.gif") right 9px no-repeat
}

.width_select .select .select-result a:hover {
    background-position: right -15px
}

.width_select .select-result {
    position: absolute;
    top: -50px;
}

.width_select .select-result dl {
    display: block;
    overflow: hidden;
}

.width_select .select-result dl dd {
    float: left;
    margin: 0 20px 0 0;
}

.width_select .select-result dl dd a {
    color: #ff0000;
    font-size: 16px;
}

.width_select .select-result dl dd a:after {
    content: " x";
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.teacher_ul {
    width: 1224px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 20px auto 0 auto;
    padding-bottom: 10px;
}

.teacher_ul li {
    width: 280px;
    height: 340px;
    overflow: hidden;
    float: left;
    margin: 35px 13px 0 13px;
    background: #f9f9f9;
}

.teacher_ul li:hover {
    display: block;
    box-shadow: 2px 0 8px #aaaaaa;
}

.teacher_ul li .img {
    width: 280px;
    height: 187px;
    overflow: hidden;
}

.teacher_ul li .info {
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    padding: 20px 25px 0 25px;
}

.teacher_ul li .info span {
    font-size: 16px;
    color: #666666;
    display: block;
}

.teacher_ul li .min {
    display: block;
    line-height: 30px;
    font-size: 18px;
    color: #ff0000;
    padding: 0 25px;
    text-align: center;
    margin-top: 10px;
}

.teacher_ul li:hover .info {
    padding-top: 10px;
}

.teacher_ul li:hover .info span {
    float: right;
}

.teacher_ul li .link_bg {
    display: none;
    padding: 10px 25px 0 25px;
    overflow: hidden;
}

.teacher_ul li:hover .link_bg {
    display: block;
    padding: 10px 25px 0 25px;
    overflow: hidden;
}

.teacher_ul li .link_bg .more {
    width: 110px;
    height: 35px;
    text-align: center;
    border-radius: 15px;
    float: left;
}

.teacher_ul li .link_bg .more a {
    display: block;
    border: 1px solid #dddddd;
    border-radius: 15px;
    overflow: hidden;
    line-height: 33px;
}

.teacher_ul li .link_bg .more a:hover {
    background: #ff0000;
    color: #ffffff;
    border: none;
}

.teacher_ul li .link_bg .shoucang {
    width: 110px;
    height: 35px;
    text-align: center;
    border-radius: 15px;
    float: right;
}

.teacher_ul li .link_bg .shoucang a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    line-height: 35px;
    background: #ff0000;
    color: #ffffff;
}

.teach_pagelist_bg {
    width: 1200px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 70px auto 0 auto;
    text-align: center;
}

.teach_pagelist_ul {
    display: block;
    overflow: hidden;
    text-align: center;
}

.teach_pagelist_ul li {
    height: 40px;
    display: inline-table;
    margin: 0 5px;
    overflow: hidden;
}

.teach_pagelist_ul li a {
    color: #666666;
    background: #eeeeee;
    padding: 0 15px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    display: block;
}

.teach_pagelist_ul li a:hover {
    color: #c6a951;
}

.teach_pagelist_ul li.sel a {
    color: #c6a951;
    background: #ffffff;
    padding: 0 15px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    display: block;
}

.peiyin_yc_ul {
    width: 1224px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 20px auto 0 auto;
    padding-bottom: 10px;
}

.peiyin_yc_ul li {
    width: 280px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 35px 13px 0 13px;
    background: #f9f9f9;
}

.peiyin_yc_ul li:hover {
    display: block;
    box-shadow: 2px 0 8px #aaaaaa;
}

.peiyin_yc_ul li .img {
    width: 280px;
    height: 187px;
    overflow: hidden;
}

.peiyin_yc_ul li .info {
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: left;
    padding: 25px 25px 0 25px;
}

.peiyin_yc_ul li .info span {
    display: inline-table;
    float: right;
    background: url(/static/pc/images/shop/dot_try.png) no-repeat left;
    padding-left: 30px;
    font-size: 15px;
}

.peiyin_yc_ul li .info span a {
    color: #666666
}

.peiyin_yc_ul li .link_bg {
    display: block;
    padding: 20px 25px 25px 25px;
    overflow: hidden;
}

.peiyin_yc_ul li .link_bg .more {
    width: 110px;
    height: 35px;
    text-align: center;
    border-radius: 15px;
    float: left;
}

.peiyin_yc_ul li .link_bg .more a {
    display: block;
    border: 1px solid #dddddd;
    border-radius: 15px;
    overflow: hidden;
    line-height: 33px;
}

.peiyin_yc_ul li .link_bg .more a:hover {
    background: #ff0000;
    color: #ffffff;
    border: none;
}

.peiyin_yc_ul li .link_bg .shoucang {
    width: 110px;
    height: 35px;
    text-align: center;
    border-radius: 15px;
    float: right;
}

.peiyin_yc_ul li .link_bg .shoucang a {
    display: block;
    border-radius: 15px;
    overflow: hidden;
    line-height: 35px;
    background: #ff0000;
    color: #ffffff;
}

/*声音设计*/
.music_sj_left {
    width: 850px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 45px;
}

.music_sj_ul {
    width: 850px;
    height: auto;
    overflow: hidden;
    display: block;
}

.music_sj_ul li {
    width: 850px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 50px;
    background: #fafafa;
}

.music_sj_ul li .img {
    width: 300px;
    height: 200px;
    overflow: hidden;
    float: left;
    position: relative;
}

.music_sj_ul li .time {
    display: inline-table;
    line-height: 35px;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.music_sj_ul li .con {
    width: 480px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 25px 0 0 40px;
    position: relative;
}

.music_sj_ul li .con .tit {
    font-size: 20px;
    line-height: 30px;
    display: block;
}

.music_sj_ul li .con .tit span {
    font-size: 16px;
    color: #555555;
    display: block;
}

.music_sj_ul li .con .info {
    display: block;
    line-height: 35px;
    font-size: 15px;
    color: #858585;
    margin-top: 30px;
}

.music_sj_ul li .con .info span {
    margin-left: 25px;
}

.music_sj_ul li .con .share {
    font-size: 17px;
    line-height: 25px;
    background: url(/static/pc/images/look.png) no-repeat left;
    background-size: 25px 13px;
    padding-left: 30px;
    display: inline-table;
    position: absolute;
    right: 0;
    bottom: 7px;
}

.music_sj_ul li .con .share a {
    color: #777777;
}

.music_sj_ul li .con .share a:hover {
    color: #c6a951;
}

.music_sj_right {
    width: 310px;
    height: auto;
    overflow: hidden;
    float: right;
}

.music_sj_r_bg {
    width: 310px;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
    background: #fafafa;
    margin-top: 45px;
}

h1 {
    font-weight: normal;
    font-size: 20px;
    line-height: 35px;
    color: #333333;
    background: url(/static/pc/images/fenlei_dot.png) no-repeat left;
    padding-left: 20px;
}

.music_sj_r_key {
    width: 300px;
    height: auto;
    overflow: hidden;
    margin: 15px 5px 0 5px;
}

.music_sj_r_key li {
    margin-right: 20px;
    margin-right: 20px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 17px;
    float: left;
}

.music_sj_r_key li a {
    color: #666666;
}

.music_sj_r_key li a:hover {
    color: #c6a951;
}

.music_sj_r_hot {
    width: 280px;
    height: auto;
    overflow: hidden;
    margin: 0 15px 0 15px;
}

.music_sj_r_hot li {
    width: 280px;
    height: 170px;
    overflow: hidden;
    margin-top: 35px;
    position: relative;
}

.music_sj_r_hot li .time {
    display: inline-table;
    line-height: 35px;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.music_sj_con {
    width: 805px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 40px;
}

.music_sj_send {
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #666666;
}

.music_sj_send a {
    color: #666666;
}

.music_sj_send a:hover {
    color: #c6a951;
}

.music_sj_send .share {
    line-height: 25px;
    background: url(/static/pc/images/look.png) no-repeat left;
    padding-left: 30px;
    background-size: 25px 13px;
    display: inline-table;
    float: right;
    margin-top: 8px;
}

.music_sj_info {
    display: block;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.music_sj_info .img {
    display: block;
    text-align: center;
    overflow: hidden;
}

.music_sj_info p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.music_sj_info p a {
    width: 90px;
    height: 30px;
    margin: 20px auto 0 auto;
    background: url(/static/pc/images/dot_show.png) no-repeat right;
    padding-right: 20px;
    color: #666666;
    text-decoration: none;
    display: block;
}

.music_sj_con .from {
    display: block;
    height: 40px;
    background: #ececec;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    margin-top: 40px;
}

.music_sj_con .share_ul {
    display: block;
    overflow: hidden;
    margin: 60px 0;
    text-align: center;
}

.music_sj_con .share_ul li {
    width: 60px;
    height: 60px;
    display: inline-table;
    margin: 0 13px;
    position: relative;
}

.music_sj_con .share_ul li .zan {
    font-size: 13px;
    color: #ffffff;
    width: 60px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 0;
}

/*个人中心*/
.width_mem {
    width: 1220px;
    height: auto;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 auto;
}

.mem_left {
    width: 235px;
    height: auto;
    overflow: hidden;
    padding: 25px 40px;
    float: left;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    margin-top: 50px;
}

.mem_tit {
    display: block;
    line-height: 38px;
    font-size: 18px;
}

.mem_qy_bg {
    display: block;
    background: url(/static/pc/images/member/quanyi_bg.jpg) repeat-x;
    padding: 50px 45px;
    overflow: hidden;
}

.mem_qy_bg .pic {
    width: 130px;
    height: 130px;
    float: left;
    border-radius: 130px;
    overflow: hidden;
    margin-right: 35px;
}

.mem_qy_bg .info_bg {
    display: inline-table;
    float: left;
    overflow: hidden;
}

.mem_qy_bg .info_bg .user_name {
    display: block;
    font-size: 24px;
    line-height: 35px;
    margin-top: 15px;
}

.mem_qy_bg .info_bg a {
    color: #ffffff;
}

.mem_qy_bg .info_bg .info {
    font-size: 18px;
    display: block;
    color: #ff0000;
    line-height: 30px;
}

.mem_qy_bg .info_bg p {
    font-size: 16px;
    display: block;
    color: #ffffff;
    line-height: 30px;
}

.mem_qy_bg .info_bg p span {
    color: #ff0000;
}

.mem_gift {
    width: 120px;
    height: auto;
    position: absolute;
    top: 165px;
    margin-left: 380px;
    left: 50%;
}

.mem_gift a {
    display: block;
    line-height: 30px;
    color: #ff0000;
    font-size: 18px;
}

.mem_qy_des {
    display: block;
    line-height: 30px;
    color: #666666;
    margin-top: 25px;
    font-size: 18px;
}

.mem_des_table {
    width: 900px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-top: 20px;
    border-bottom: none;
    border-left: none;
}

.mem_des_table tr {
    width: 900px;
    height: auto;
    overflow: hidden;
}


.mem_des_table tr th {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #c6a951;
    width: 265px;
    padding: 15px 0;
    font-weight: normal;
    border-top: none;
}

.mem_des_table tr td {
    padding: 25px 20px;
    vertical-align: middle;
    font-size: 18px;
    color: #666666;
    text-align: center;
    width: 265px;
    border-top: none;
}

.mem_des_table tr th, .mem_des_table tr td {
    border-color: #dbdbdb;
}

.mem_des_table .big_width {
    width: 370px;
}

.mem_gift_box {
    width: 920px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 20px;
}

.mem_gift_box li {
    width: 200px;
    height: 220px;
    float: left;
    margin: 20px 15px 0 15px;
    position: relative;
}

.mem_gift_box li .gift_click {
    width: 200px;
    height: 220px;
    overflow: hidden;
}

.mem_gift_box li .gift_click a {
    width: 200px;
    height: 220px;
    background: url(/static/pc/images/member/gift_click.jpg) no-repeat top;
    display: block;
    padding: 120px 50px 0 50px;
    color: #ababab;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.mem_gift_box li .gift_pass {
    width: 200px;
    height: 220px;
    overflow: hidden;
    background: url(/static/pc/images/member/gift_pass.jpg) no-repeat top;
    position: absolute;
    padding: 120px 50px 0 50px;
    color: #ababab;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.mem_gift_box li .white_content {
    display: none;
    position: absolute;
    width: 200px;
    height: 220px;
    background: url(/static/pc/images/member/gift_bg.jpg) no-repeat top;
    z-index: 1002;
    overflow: auto;
}


.mem_gift_box li .lq_info_tit {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}

.mem_gift_box li .lq_info_des {
    display:;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    margin: 40px 15px 0 15px;
}

.mem_gift_box li .white_content a {
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.mem_gift_box li .gift_birth {
    width: 200px;
    height: 220px;
    overflow: hidden;
}

.mem_gift_box li .gift_birth a {
    width: 200px;
    height: 220px;
    background: url(/static/pc/images/member/gift_birth.jpg) no-repeat top;
    display: block;
    padding: 120px 65px 0 65px;
    color: #ababab;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
}

.mem_nav_ul {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.mem_nav_ul li {
    display: block;
    line-height: 38px;
    font-size: 16px;
}

.mem_nav_ul li a {
    color: #8d8d8d;
    display: block;
}

.mem_nav_ul li a:hover {
    color: #c6a951;
}

.mem_right {
    width: 910px;
    height: auto;
    float: right;
    margin-top: 50px;
}

.mem_user_bg {
    display: block;
    background: #c0ac62;
    padding: 40px 45px;
    overflow: hidden;
    position: relative;
}

.mem_user_bg .pic {
    width: 130px;
    height: 130px;
    float: left;
    border-radius: 130px;
    overflow: hidden;
    margin-right: 35px;
}

.mem_user_bg .info_bg {
    display: inline-table;
    float: left;
    overflow: hidden;
}

.mem_user_bg .info_bg .user_name {
    display: block;
    font-size: 24px;
    line-height: 35px;
    margin-top: 30px;
}

.mem_user_bg .info_bg a {
    color: #ffffff;
}

.mem_user_bg .info_bg .info {
    font-size: 18px;
    display: block;
    color: #ffffff;
    line-height: 30px;
}

.mem_user_bg .info_bg .info span {
    margin-right: 20px;
}

.mem_user_bg .shezhi {
    display: inline-table;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    right: 45px;
    top: 90px;
}

.mem_user_bg .shezhi a {
    color: #ffffff;
}

.mem_dingdan_bg {
    display: block;
    height: auto;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 2px 3px 5px #dddddd;
    text-align: center;
    padding: 30px 0;
}

.mem_dingdan_bg a {
    color: #666666;
}

.mem_dingdan_bg a:hover {
    color: #c0ac66;
}

.mem_dingdan_bg .dingdan_all {
    display: inline-table;
    font-size: 18px;
    line-height: 35px;
    margin: 0 45px;
}

.mem_dingdan_bg .dingdan_all a {
    background: url(/static/pc/images/member/mem_dot01.png) no-repeat left;
    padding-left: 30px;
}

.mem_dingdan_bg .dingdan_all a:hover {
    background: url(/static/pc/images/member/mem_doth01.png) no-repeat left;
    padding-left: 30px;
}

.mem_dingdan_bg .dingdan_all a.cur {
    background: url(/static/pc/images/member/mem_doth01.png) no-repeat left;
    padding-left: 30px;
    color: #c0ac66;
}

.mem_dingdan_bg .dingdan_daifu {
    display: inline-table;
    font-size: 18px;
    line-height: 35px;
    margin: 0 45px;
}

.mem_dingdan_bg .dingdan_daifu a {
    background: url(/static/pc/images/member/mem_dot02.png) no-repeat left;
    padding-left: 30px;
}

.mem_dingdan_bg .dingdan_daifu a:hover {
    background: url(/static/pc/images/member/mem_doth02.png) no-repeat left;
    padding-left: 30px;
}

.mem_dingdan_bg .dingdan_daifu a.cur {
    background: url(/static/pc/images/member/mem_doth02.png) no-repeat left;
    padding-left: 30px;
    color: #c0ac66;
}

.mem_dingdan_bg .dingdan_wancheng {
    display: inline-table;
    font-size: 18px;
    line-height: 35px;
    margin: 0 45px;
}

.mem_dingdan_bg .dingdan_wancheng a {
    background: url(/static/pc/images/member/mem_dot03.png) no-repeat left;
    padding-left: 30px;
}

.mem_dingdan_bg .dingdan_wancheng a:hover {
    background: url(/static/pc/images/member/mem_doth03.png) no-repeat left;
    padding-left: 30px;
}

.mem_dingdan_bg .dingdan_wancheng a.cur {
    background: url(/static/pc/images/member/mem_doth03.png) no-repeat left;
    padding-left: 30px;
    color: #c0ac66;
}

.mem_dingdan_bg .dingdan_shouhou {
    display: inline-table;
    font-size: 18px;
    line-height: 35px;
    margin: 0 45px;
}

.mem_dingdan_bg .dingdan_shouhou a {
    background: url(/static/pc/images/member/mem_dot04.png) no-repeat left;
    padding-left: 30px;
}

.mem_dingdan_bg .dingdan_shouhou a:hover {
    background: url(/static/pc/images/member/mem_doth04.png) no-repeat left;
    padding-left: 30px;
}

.mem_dingdan_bg .dingdan_shouhou a.cur {
    background: url(/static/pc/images/member/mem_doth04.png) no-repeat left;
    padding-left: 30px;
    color: #c0ac66;
}

.mem_r_tit {
    display: block;
    line-height: 35px;
    background: url(/static/pc/images/member/mem_tit.png) no-repeat left;
    padding-left: 15px;
    font-size: 20px;
    color: #333333;
    margin-top: 30px;
}

.mem_r_tit span {
    float: right;
    font-size: 16px;
}

.mem_r_tit span a {
    color: #a6a6a6;
}

.mem_r_tit span a:hover {
    color: #c0ac66;
}

.mem_order_table {
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 25px;
}

.mem_order_table tr {
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.mem_order_table tr .img {
    width: 230px;
    height: 135px;
    overflow: hidden;
    padding-right: 35px;
}

.mem_order_table tr .name {
    width: 110px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    height: 135px;
    vertical-align: middle;
}

.mem_order_table tr .list {
    width: 160px;
    height: 135px;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    color: #333333;
    vertical-align: middle;
}

.mem_order_table tr .list span {
    display: block;
    font-size: 16px;
    color: #838383;
    text-align: center;
}

.mem_order_table tr .color {
    color: #838383;
}

.mem_order_table tr .more {
    width: 90px;
    height: 135px;
    text-align: center;
    line-height: 25px;
    font-size: 17px;
    color: #333333;
    vertical-align: middle;
}

.mem_order_table tr .more a {
    color: #838383;
}

.mem_order_table tr .more a:hover {
    color: #c0ac66;
}

.mem_r_hot {
    width: 930px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-left: -15px;
}

.mem_r_hot li {
    width: 280px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    float: left;
    margin: 30px 15px 0 15px;
    position: relative;
}

.mem_r_hot li .img {
    width: 280px;
    height: 235px;
    overflow: hidden;
    display: block;
}

.mem_r_hot li p {
    display: block;
    padding: 30px;
    font-size: 20px;
    line-height: 35px;
}

.mem_r_hot li p span {
    color: #ff0000;
    display: block;
    font-size: 18px;
}

.mem_collect {
    display: inline;
    position: absolute;
    font-size: 18px;
    line-height: 35px;
    background: url(/static/pc/images/dot_collect1.png) no-repeat top center;
    background-size: 25px 25px;
    padding-top: 30px;
    right: 30px;
    bottom: 41px;
}

.mem_collect1 {
    display: inline;
    position: absolute;
    font-size: 18px;
    line-height: 35px;
    background: url(/static/pc/images/dot_collect.png) no-repeat top center;
) no-repeat top center;
    background-size: 25px 25px;
    padding-top: 30px;
    right: 30px;
    bottom: 41px;
}

.mem_collect a {
    color: #9d9d9d;
}

.mem_collect a:hover {
    color: #c6a951;
}

.turn_btn {
    display: block;
    height: 45px;
    background: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 45px;
    margin-top: 35px;
    overflow: hidden;
}

.turn_btn a {
    color: #666666;
}

.mem_r_peiyue {
    width: 930px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-left: -15px;
}

.mem_r_peiyue li {
    width: 280px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 30px 15px 0 15px;
}

.mem_r_peiyue li .img {
    width: 280px;
    height: 150px;
    overflow: hidden;
    display: block;
}

.mem_r_peiyue li p {
    display: block;
    font-size: 18px;
    line-height: 35px;
    padding-top: 15px;
}

.mem_r_peiyue li p span a {
    font-size: 14px;
    color: #777777;
}

.mem_r_peiyue li p span a:hover {
    color: #c6a951;
}

.mem_r_peiyue p span .a_down {
    display: inline-table;
    background: url(/static/pc/images/span_down.png) no-repeat left;
    padding-left: 20px;
    float: right;
    margin-left: 20px;
}

.mem_r_peiyue p span .a_les {
    display: inline-table;
    background: url(/static/pc/images/span_les.png) no-repeat left;
    padding-left: 20px;
    float: right;
    margin-left: 20px;
}

.table_order {
    display: block;
    height: auto;
    overflow: hidden;
    width: 100%;
}

.table_order tr {
    padding: 23px 0;
    border-bottom: 1px solid #e2e2e2;
    display: block;
}

.table_order tr th {
    display: block;
    line-height: 35px;
    font-size: 16px;
    color: #868686;
    font-weight: normal;
    padding: 10px 0;
    width: 100%;
    overflow: hidden;
}

.table_order tr th font {
    margin-left: 60px;
}

.table_order tr th span {
    float: right;
    width: 15px;
    height: 20px;
}

.table_order tr td {
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.table_order tr td span {
    font-size: 16px;
    color: #a3a3a3;
    margin-left: 40px;
}

.table_order tr td.tit {
    width: 340px;
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
}

.table_order tr td.pay {
    width: 230px;
}

.table_order tr td.beizhu {
    width: 155px;
}

.table_order tr td .gray {
    color: #9f9f9f;
    display: block;
    font-size: 16px;
    line-height: 25px;
}

.table_order tr td .gray a {
    color: #9f9f9f;
}

.table_order tr td .gray a:hover {
    color: #c6a951;
}

.table_order tr td .btn {
    display: inline-table;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
}

.table_order tr td .btn a {
    padding: 0 15px;
    color: #ff0000;
    display: block;
    border: 1px solid #ff0000;
    border-radius: 5px;
}

.table_order tr td .btn a:hover {
    color: #ffffff;
    background: #ff0000;
}

.page_btn_bg {
    display: block;
    overflow: hidden;
    margin-top: 60px;
    text-align: center;
}

.page_btn_list {
    width: 40px;
    height: 40px;
    display: inline-table;
    margin: 0 10px;
}

.wallet_bg {
    display: block;
    overflow: hidden;
    padding: 50px;
    background: #c6a951;
    font-size: 26px;
    line-height: 60px;
    color: #ffffff;
}

.wallet_bg span {
    display: block;
    font-size: 60px;
    display: block;
    font-weight: bold;
    line-height: 60px;
}

.mem_sum_bg {
    display: block;
    overflow: hidden;
    margin-top: 40px;
}

.mem_sum_bg label {
    font-size: 20px;
    line-height: 50px;
    color: #333333;
    font-weight: normal;
    display: inline-table;
    background: #ffffff;
    padding-left: 20px;
}

.mem_sum_bg .input_num {
    font-size: 18px;
    height: 50px;
    padding: 0 20px;
    margin-left: 40px;
    display: inline-table;
    line-height: 50px;
    background: none;
    border: none;
    outline: none;
}

.mem_sum_bg .sum_btn {
    width: 200px;
    height: 50px;
    background: #ebebeb;
    color: #c6a951;
    border: none;
    outline: none;
    box-shadow: 3px 3px 8px #cccccc;
    font-size: 24px;
}

.mem_sum_table {
    display: block;
    overflow: hidden;
    width: 900px;
    margin-top: 50px;
}

.mem_sum_table th {
    font-size: 18px;
    color: #333333;
    line-height: 60px;
    font-weight: normal;
    text-align: center;
    width: 300px;
}

.mem_sum_table td {
    font-size: 18px;
    color: #666666;
    line-height: 50px;
    width: 300px;
    text-align: center;
}

.mem_qy_bg {
    display: block;
    background: url(/static/pc/images/member/quanyi_bg.jpg) repeat-x;
    padding: 50px 45px;
    overflow: hidden;
}

.mem_qy_bg .pic {
    width: 130px;
    height: 130px;
    float: left;
    border-radius: 130px;
    overflow: hidden;
    margin-right: 35px;
}

.mem_qy_bg .info_bg {
    display: inline-table;
    float: left;
    overflow: hidden;
}

.mem_qy_bg .info_bg .user_name {
    display: block;
    font-size: 24px;
    line-height: 35px;
    margin-top: 15px;
}

.mem_qy_bg .info_bg a {
    color: #ffffff;
}

.mem_qy_bg .info_bg .info {
    font-size: 18px;
    display: block;
    color: #ff0000;
    line-height: 30px;
}

.mem_qy_bg .info_bg p {
    font-size: 16px;
    display: block;
    color: #ffffff;
    line-height: 30px;
}

.mem_qy_bg .info_bg p span {
    color: #ff0000;
}

.mem_gift {
    width: 120px;
    height: auto;
    position: absolute;
    top: 165px;
    margin-left: 380px;
    left: 50%;
}

.mem_gift a {
    display: block;
    line-height: 30px;
    color: #ff0000;
    font-size: 18px;
}

.mem_qy_des {
    display: block;
    line-height: 30px;
    color: #666666;
    margin-top: 25px;
    font-size: 18px;
}

.mem_des_table {
    width: 900px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-top: 20px;
    border-bottom: none;
    border-left: none;
}

.mem_des_table tr {
    width: 900px;
    height: auto;
    overflow: hidden;
}

.mem_des_table tr th {
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #c6a951;
    width: 265px;
    padding: 15px 0;
    font-weight: normal;
    border-top: none;
}

.mem_des_table tr td {
    padding: 25px 20px;
    vertical-align: middle;
    font-size: 18px;
    color: #666666;
    text-align: center;
    width: 265px;
    border-top: none;
}

.mem_des_table tr th, .mem_des_table tr td {
    border-color: #dbdbdb;
}

.mem_des_table .big_width {
    width: 370px;
}

.mem_gift_box {
    width: 920px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 20px;
}

.mem_gift_box li {
    width: 200px;
    height: 220px;
    float: left;
    margin: 20px 15px 0 15px;
    position: relative;
}

.mem_gift_box li .gift_click {
    width: 200px;
    height: 220px;
    overflow: hidden;
}

.mem_gift_box li .gift_click a {
    width: 200px;
    height: 220px;
    background: url(/static/pc/images/member/gift_click.jpg) no-repeat top;
    display: block;
    padding: 120px 50px 0 50px;
    color: #ababab;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}

.mem_gift_box li .gift_no {
    width: 200px;
    height: 220px;
    overflow: hidden;
    background: url(/static/pc/images/member/gift_no.jpg) no-repeat top;
    position: absolute;
    padding: 120px 50px 0 50px;
    color: #ababab;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.mem_gift_box li .white_content {
    display: none;
    position: absolute;
    width: 200px;
    height: 220px;
    background: url(/static/pc/images/member/gift_bg.jpg) no-repeat top;
    z-index: 1002;
    overflow: auto;
}

.mem_gift_box li .lq_info_tit {
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}

.mem_gift_box li .lq_info_des {
    display:;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    margin: 20px 15px 0 15px;
}

.mem_gift_box li .white_content a {
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.mem_gift_box li .gift_birth {
    width: 200px;
    height: 220px;
    overflow: hidden;
}

.mem_gift_box li .gift_birth a {
    width: 200px;
    height: 220px;
    background: url(/static/pc/images/member/gift_birth.jpg) no-repeat top;
    display: block;
    padding: 120px 65px 0 65px;
    color: #ababab;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
}

.mem_tab_bg {
    display: block;
    background: url(/static/pc/images/member/bg_border.jpg) repeat-x bottom;
    height: 47px;
    overflow: hidden;
}

.mem_tab_bg .mem_tab {
    display: inline-table;
    line-height: 45px;
    font-size: 18px;
    margin-right: 40px;
}

.mem_tab_bg .mem_tab1 {
    border-bottom: 2px solid #c6a951;
    display: inline-table;
    line-height: 45px;
    font-size: 18px;
    margin-right: 40px;
}

.mem_tab_bg .active {
    border-bottom: 2px solid #c6a951;
}

.mem_tab_bg .active1 {

}

.ticket_ul {
    width: 945px;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 -30px 0 -15px;
}

.ticket_ul li {
    width: 270px;
    height: auto;
    overflow: hidden;
    float: left;
    margin: 50px 30px 0 15px;
}

.ticket_ul li .ticket_bg {
    width: 270px;
    height: 137px;
    background: url(/static/pc/images/member/coupons_yx.png) no-repeat top;
    display: block;
    overflow: hidden;
    text-align: center;
}

.ticket_ul li .ticket_wx {
    width: 270px;
    height: 137px;
    background: url(/static/pc/images/member/coupons_wx.png) no-repeat top;
    display: block;
    overflow: hidden;
    text-align: center
}

.ticket_ul li .con {
    display: inline-table;
    height: 90px;
    overflow: hidden;
    margin-top: 40px;
}

.ticket_ul li .dot_yuan {
    display: inline-table;
    font-size: 26px;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
    vertical-align: top;
}

.ticket_ul li .dot_num {
    display: inline-table;
    font-size: 70px;
    color: #ffffff;
    line-height: 80px;
    min-width: 60px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif
}

.ticket_ul li .ticket_r {
    width: 90px;
    height: 65px;
    border-left: 1px solid #ffffff;
    padding-left: 15px;
    display: inline-table;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 10px;
}

.ticket_ul li .ticket_r .tit {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}

.ticket_ul li .ticket_r .button {
    width: 75px;
    height: 30px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #c6a951;
    margin-top: 5px;
    font-size: 17px;
}

.ticket_ul li .ticket_r .button_wx {
    width: 75px;
    height: 30px;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    color: #c7c7c7;
    margin-top: 5px;
    font-size: 17px;
}

.ticket_ul li .ticket_info {
    display: block;
    background: #ffffff;
    padding: 40px 0;
    text-align: center;
    font-size: 16px;
    color: #818181;
    line-height: 25px;
}

.ticket_ul li .ticket_info span {
    display: block;
}

.ticket_ul li.mar_top {
    margin-top: 40px;
}

.ticket_ul li .ticket_jiaji {
    width: 270px;
    height: 137px;
    background: url(/static/pc/images/member/coupons_jiaji.png) no-repeat top;
    display: block;
    overflow: hidden;
}

.ticket_ul li .ticket_add {
    width: 270px;
    height: 137px;
    background: url(/static/pc/images/member/coupons_add.png) no-repeat top;
    display: block;
    overflow: hidden;
}

.ticket_ul li .ticket_sx {
    width: 270px;
    height: 137px;
    background: url(/static/pc/images/member/coupons_sx.png) no-repeat top;
    display: block;
    overflow: hidden;
}

.ticket_ul li .p_info {
    font-size: 22px;
    color: #ffffff;
    display: block;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
}

.ticket_ul li .p_info span {
    font-size: 17px;
    display: block;
}

.ticket_ul li .p_des {
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #909090;
    padding: 0 15px;
    text-align: center;
    margin-top: 10px;
}

.mem_collect_teach {
    width: 945px;
    height: auto;
    overflow: hidden;
    display: block;
    margin-left: -15px;
}

.mem_collect_teach li {
    width: 280px;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    float: left;
    margin: 40px 15px 0 18px;
    position: relative;
}

.mem_collect_teach li .img {
    width: 280px;
    height: 187px;
    overflow: hidden;
    display: block;
}

.mem_collect_teach li p {
    display: block;
    padding: 20px 30px 0 30px;
    font-size: 18px;
    line-height: 25px;
}

.mem_collect_teach li p span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.mem_collect_teach li .time {
    display: block;
    line-height: 35px;
    font-size: 18px;
    color: #ff0000;
    margin: 10px 30px 20px 30px;
    overflow: hidden;
}

.mem_collect_t {
    display: inline;
    position: absolute;
    font-size: 17px;
    line-height: 35px;
    background: url(/static/pc/images/dot_collect1.png) no-repeat top center;
    background-size: 25px 25px;
    padding-top: 40px;
    right: 30px;
    bottom: 20px;
}

.mem_collect_t1 {
    display: inline;
    position: absolute;
    font-size: 17px;
    line-height: 35px;
    background: url(/static/pc/images/dot_collect.png) no-repeat top center;
    background-size: 25px 25px;
    padding-top: 40px;
    right: 30px;
    bottom: 20px;
}

.mem_collect_t a {
    color: #9d9d9d;
}

.mem_collect_t a:hover {
    color: #c6a951;
}

.mem_problem_form {
    width: 700px;
    height: auto;
    overflow: hidden;
    display: block;
}

.mem_problem_form .input_list {
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}

.mem_problem_form .input_info {
    display: block;
    border: 1px solid #dcdcdc;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    padding: 0 20px;
    overflow: hidden;
    width: 100%;
}

.mem_problem_form .input_con {
    display: block;
    border: 1px solid #dcdcdc;
    height: auto;
    line-height: 35px;
    font-size: 18px;
    padding: 10px 20px;
    overflow: hidden;
    width: 100%;
    min-height: 180px;
}

.mem_problem_form .sub_btn {
    width: 230px;
    height: 60px;
    border-radius: 10px;
    color: #c6a951;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    box-shadow: 3px 2px 5px #cccccc;
    border: none;
    margin: 20px 235px;
    background: #ebebeb;
}

/*修改个人信息*/
.form_mem_info {
    display: block;
    height: auto;
    overflow: hidden;
    background: #ffffff;
    padding: 50px 55px;
    width: 800px;
}

.form_mem_info .form_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 35px;
}

.form_mem_info .form_list label {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
    display: inline-table;
    line-height: 35px;
    width: 80px;
    text-align: right;
}

.form_mem_info .form_list label font {
    color: #ff0000;
    vertical-align: top;
    margin-right: 5px;
}

.form_mem_info .form_list .img {
    width: 130px;
    height: 130px;
    border-radius: 130px;
}

.form_mem_info .form_list .fileImgs1 {
    display: inline-table;
    border-radius: 130px;
    overflow: hidden;
    padding: 0;
    width: 130px;
    height: 130px;
    margin: 0 20px;
}

.form_mem_info .form_list .pic_span {
    font-size: 16px;
    display: inline-table;
    color: #c6a951;
}

.form_mem_info .form_list span {
    font-size: 16px;
    line-height: 35px;
}

.form_mem_info .form_list span input {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    display: inline-table;
    border: 1px solid #cccccc;
}

.form_mem_info .form_list a {
    color: #c6a951;
    display: inline-table;
    margin-left: 20px;
    text-decoration: none;
}

.form_mem_info .form_list .gray {
    display: inline-table;
    margin-left: 20px;
    color: #b4b4b4;
}

.form_mem_info .form_list .dot {
    margin-left: 20px;
    margin-right: 5px;
}

.form_mem_info .form_list .date {
    margin-left: 10px;
    margin-right: 10px;
}

.form_mem_info .btn {
    width: 200px;
    height: 45px;
    background: #c6a951;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    border: none;
    padding: 0;
    outline: none;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 40px;
}

/*配音老师详情*/
.teacher_left {
    width: 355px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-top: 20px;
}

.tc_left_img {
    width: 355px;
    height: 300px;
    display: block;
    overflow: hidden;
}

.tc_left_gray {
    width: 355px;
    height: auto;
    overflow: hidden;
    display: block;
    background: #f9f9f9;
    padding: 0 30px 30px 30px;
}

.tc_left_tit {
    display: block;
    line-height: 55px;
    border-bottom: 1px solid #e9e9e9;
    margin: 5px 0 0 0;
    font-size: 20px;
}

.beijing {
    float: right;
    background: url(/static/pc/images/dot_collect.png) no-repeat right;
    padding-right: 30px;
    font-size: 18px;
}

.beijing1 {
    float: right;
    /*mem_doth04.png*/
    background: url(/static/pc/images/member/dot_collect.png) no-repeat right;
    background-size: 23px, 23px;
    padding-right: 30px;
    font-size: 18px;
}

.tc_left_tit span a {
    color: #8c8c8c
}

.tc_left_menu_tit {
    display: block;
    line-height: 35px;
    font-size: 16px;
    color: #333333;
    padding: 10px 0 0 0;
}

.tc_left_gray .nav {
    display: block;
    height: auto;
    overflow: hidden;
    width: 310px;
    border: 0;
}

.tc_left_gray .nav li {
    border: none;
    padding: 0;
    width: 130px;
    float: left;
    margin: 10px 25px 0 0;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

.tc_left_gray .nav li a {
    border: 1px solid #e5e5e5;
    display: block;
    border-radius: 5px;
    padding: 0;
    line-height: 40px;
}

.tc_left_gray .nav li.active a {
    border: 1px solid #bbbbbb;
    background: none;
}

.tc_left_gray .tab-content {
    display: block;
    overflow: hidden;
}

.tc_left_gray .money_block {
    display: block;
    line-height: 20px;
    overflow: hidden;
    margin: 30px 0 10px 0;
    font-size: 20px;
    color: #ff0000;
}

.tc_left_gray .money_block .r {
    border-left: 1px solid #dddddd;
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
    padding-left: 10px;
    display: inline-table;
}

.tc_left_gray p {
    font-size: 16px;
    line-height: 30px;
}

.tc_left_gray .tab-content li {
    display: block;
    overflow: hidden;
}

.tc_left_gray .tab-content li input {
    border: 1px solid #dddddd;
    background: none;
    padding: 3px 10px;
    outline: none;
    font-size: 18px;
}

.tc_left_gray .tab-content li strong {
    font-weight: normal;
    border: 1px solid #dddddd;
    padding: 6px 15px;
    border-left: none;
    border-right: none;
    font-size: 14px;
}

.tc_left_gray .tab-content li .count {
    font-size: 18px;
    color: #8d8d8d;
    display: block;
    line-height: 35px;
    margin-top: 20px;
}

.tc_left_gray .tab-content li .count font {
    color: #ff0000;
}

.tc_left_gray .tab-content li .count span {
    color: #ff0000;
    border-right: 1px solid #dddddd;
    padding-right: 20px;
    margin-right: 20px;
}

.tc_left_gray .tab-content .cart_add {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #c6a951;
    border-radius: 25px;
    display: inline-table;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    margin: 20px 30px 0 0;
}

.tc_left_gray .tab-content .cart_add a {
    display: block;
    color: #ffffff;
}

.tc_left_gray .tab-content .pay_add {
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #ff0000;
    border-radius: 25px;
    display: inline-table;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0 0;
}

.tc_left_gray .tab-content .pay_add a {
    display: block;
    color: #ffffff;
}

.teacher_left_p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    display: block;
    margin-top: 30px;
}

.teacher_left_p span {
    display: block;
    color: #000000;
}

.teacher_right {
    width: 800px;
    height: auto;
    overflow: hidden;
    float: right;
    margin-top: 20px;
}

.teacher_media {
    width: 800px;
    height: auto;
    overflow: hidden;
    display: block;
}

.teacher_list_tit {
    display: block;
    line-height: 35px;
    padding: 10px 0;
    border-bottom: 1px solid #cecece;
    font-size: 20px;
    color: #666666;
}

.teacher_h {
    display: block;
    color: #ff0700;
    font-size: 18px;
    padding: 20px 0;
    line-height: 30px;
}

.teacher_h span {
    float: right;
    color: #9e9e9e;
    font-size: 16px;
}

.teacher_list_bg {
    display: block;
    overflow: hidden;
}

.teacher_list_bg .panel-default {
    border: none;
}

.teacher_list_bg .panel-default > .panel-heading {
    border: none;
    height: 60px;
    line-height: 60px;
    padding: 0;
    font-size: 18px;
}

.teacher_list_bg .panel-default > .panel-heading a {
    display: block;
    padding: 0 15px;
    border-left: 5px solid #c6a951;
    color: #222222;
    text-decoration: none;
}

.teacher_list_bg .panel-default > .panel-heading a font {
    color: #c6a951;
}

.teacher_list_bg .panel-default > .panel-heading a:hover {
    border-left: 5px solid #ff0000;
    color: #ff0000;
}

.teacher_list_bg .panel-default > .panel-heading a:hover font {
    color: #ff0000;
}

.teacher_list_bg .panel-default > .panel-heading a span {
    float: right;
    width: 20px;
    height: 12px;
    margin-top: 24px;
    background: url(/static/pc/images/dot_pinal.png) no-repeat;
}

.teacher_list_bg .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.teacher_list_bg .panel_ul {
    display: block;
    position: relative;
}

.teacher_list_bg .panel_ul li {
    display: block;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0;
}

.teacher_list_bg .panel_ul li a {
    color: #666666;
}

.teacher_list_bg .panel_ul li a:hover {
    color: #c6a951;
}

.teacher_list_bg .panel_ul li .tit_bg {
    width: 220px;
    height: auto;
    overflow: hidden;
    float: left;
    font-size: 17px;
    line-height: 25px;
}

.teacher_list_bg .panel_ul li .tit_bg span {
    font-size: 15px;
    color: #888888;
    display: block;
}

.teacher_list_bg .panel_ul li audio {
    width: 280px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

.teacher_list_bg .panel_ul li .kefu {
    font-size: 15px;
    line-height: 50px;
    float: right;
    background: url(/static/pc/images/panel_les.png) no-repeat left;
    padding-left: 25px;
    margin-left: 30px;
}

.teacher_list_bg .panel_ul li .down {
    font-size: 15px;
    line-height: 50px;
    float: right;
    background: url(/static/pc/images/panel_down.png) no-repeat left;
    padding-left: 25px;
    margin-left: 30px;
}

a {
    cursor: pointer;
}
/*关于客服的css*/
.keifu {
    position: fixed;
    right: 20px;
    width: 144px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    z-index: 990;
}
.keifu_tab {
    width: 160px;
}
.icon_keifu {
    width: 26px;
    height: 100px;
    float: left;
    background: url(/static/pc/images/keifu.png) 0 0;
    position: relative;
    display: none;
    cursor: pointer;
}

.keifu_box {
    float: left;
    width: 144px;
}
.keifu_box ul {
    margin: 0;
    padding: 10px 0 0 0
}
.keifu_box ul li {
    list-style: none
}
.keifu_tab img {
    display: block;
}
.keifu_head {
    width: 144px;
    height: 41px;
    background: url(/static/pc/images/keifu.png);
    background-position: 0 -103px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.keifu_close:link, .keifu_close:visited {
    display: block;
    width: 11px;
    height: 11px;
    background: url(/static/pc/images/keifu.png) -42px 0;
    position: absolute;
    top: 5px;
    right: 5px;
}

.keifu_close:hover {
    background-position: -60px 0;
}

.keifu_con {
    border-left: 7px solid #029bdb;
    border-right: 7px solid #029bdb;
    padding-top: 15px;
    background: #fbfbfb;
}

.keifu_con li {
    height: 33px;
    padding-left: 12px;
}

.keifu_con .weixin {
    height: 96px;
}

.keifu_con .bt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 0 0 20px;
    color: #012646;
}

.keifu_bot {
    width: 131px;
    height: auto;
}

.show_code {
    width: 100px;
    float: right;
    padding:10px 0 10px 10px;
    box-sizing: border-box;
}
.show_code img{
    width: 100%;
    display: block;
}
.show_code p{
    padding: 5px 0;
    margin: 0;
    text-align: center;
}
.footer_code {
    width: 373px;
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    box-sizing: border-box;
}
.footer_code .code_item{
    width: 135px;
}
.footer_code .code_item img{
    display: block;
    background-color: white;
    width: 100%;
}
.footer_code .code_item p {
    font-size: 15px;
    text-align: center;
    margin: 0;
    color: white;
    padding: 10px 0;
}
.blink{
    font-size: 0;
    padding-top: 20px;
}
.blink a:hover{
    opacity: 1;
}
.blink a{
    color: white;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
    opacity: 0.6;
    transition:all  0.3s;
}
.about_content{
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
}
/*新闻*/
.mimg{
    width: 150px;
    height: 100px;
    overflow: hidden;
    background-color: dodgerblue;
}
.mimg img{
    width: 100%;
}
.nlist{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background-color: #eeeeee;
}
.nlist a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.mdesc{
    flex: 1;
    padding: 0 10px;
    box-sizing: border-box;
}
.mtitle{
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mtime{
    font-size: 14px;
    color: darkgrey;
}
/*新闻模块*/
.news_title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.news_time{
    font-size: 16px;
    color: darkgrey;
    text-align: center;
}
.news_content p,.news_content{
    text-align: justify;
    line-height: 1.8;
    font-size: 18px;
}
.news_content img{
    max-width: 100%;
}

.foot_banquan a{
	color:#fff;
}

.foot_banquan a:hover{
	color:#fff;
}