/**头部**/
.header_menu {
    line-height: 30px;
    padding: 5px 0;
    border-bottom: 2px solid #f2f4f5;
    color: #333333;
}

.header_menu .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_menu .header_port {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header_menu .header_port > div {
    font-size: 14px;
    color: #5d5d5d;
    margin-right: 15px;
}

.header_menu .header_port > div a {
    display: inline-block;
    color: #5d5d5d;
}

.header_menu .header_port > div.phone {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
    /* color: #f7413c; */
}

.header_menu .header_port > div.phone a {
    color: #f7413c;
}

.header_menu .header_port > div.phone:hover {
    color: #f7413c;
}

.header_menu .header_port > div.phone:hover a {
    color: #f7413c;
}

.header_menu .header_port > div.phone .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.header_menu .header_port > div.phone .icon img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.header_menu .header_port > div.phone .hover_phone_bg {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    width: 120px;
    border-radius: 5px;
    height: 120px;
    margin-left: -70px;
    z-index: 30;
    padding: 10px;
    background: #ffffff;
}

.header_menu .header_port > div.phone .hover_phone_bg .hover_phone {
    width: 100%;
    height: 100%;
    display: -webkdit-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header_menu .header_port > div.phone .hover_phone_bg .hover_phone img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.header_menu .header_port > div.phone:hover .hover_phone_bg {
    display: block;
}

.header_menu .header_serve {
    text-align: right;
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header_menu .header_serve .register_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header_menu .header_serve .register_login > div {
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    position: relative;
}

.header_menu .header_serve .register_login > div:after {
    position: absolute;
    height: 15px;
    width: 1px;
    content: "";
    right: 0;
    background: #d0d0d0;
    top: 50%;
    margin-top: -7.5px;
    z-index: 10;
}

.header_menu .header_serve .register_login > div:last-child:after {
    display: none;
}

.header_menu .header_serve .register_login > div a {
    display: inline-block;
}

.header_menu .header_serve .register_login .login {
    padding-left: 25px;
    position: relative;
}

.header_menu .header_serve .register_login .login .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}

.header_menu .header_serve .register_login .login .icon img {
    max-width: 100%;
    display: block;
}

.header_menu .header_serve .help {
    margin-left: 15px;
}

.header_menu .header_serve .help a {
    display: inline-block;
    color: #333333;
}

.header {
    padding: 30px 0;
    background: #ffffff;
}

.header .header_logo {
    width: 340px;
}

.header .header_logo img {
    max-width: 100%;
    max-height: 100%;
}

.header .header_search {
    margin-top: 10px;
    width: 490px;
    line-height: 40px;
    height: 40px;
}

.header .header_search form {
    border: 1px solid #f7413c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header_search form .search_title {
    width: 64px;
    text-align: center;
    position: relative;
}

.header .header_search form .search_title:after {
    position: absolute;
    right: 0;
    top: 50%;
    height: 25px;
    width: 1px;
    background: #c9c9c9;
    content: '';
    margin-top: -12.5px;
    z-index: 10;
}

.header .header_search form .search_title select {
    border: none;
    font-size: 14px;
    line-height: 24px;
    outline: none;
    /* --背景色字体颜色--*/
}

.header .header_search form .search_title select:focus {
    outline: none;
}

.header .header_search form .search_title select .opens {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    appearance: none;
    border: none;
    background-color: #FFFFFF;
    z-index: 9999;
    outline: none;
}

.header .header_search form .search_title select option:hover {
    color: #fff;
    background-color: #1E90FF;
}

.header .header_search form .header_search_input {
    width: 360px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .header_search form .header_search_input input {
    width: 100%;
    line-height: 30px;
}

.header .header_search form .header_search_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 41px;
    padding: 10px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #f7413c;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 25% 30%;
}

.header .header_upload {
    margin-top: 10px;
    margin-left: 30px;
    width: 110px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    color: #f7413c;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #f7413c;
    cursor: pointer;
}

.header .header_upload span {
    font-size: 18px;
}

.header .header_vip,
.header .header_school {
    width: 60px;
    margin-left: 35px;
}

.header .header_vip a,
.header .header_school a {
    text-align: center;
    display: block;
}

.header .header_vip a .icon,
.header .header_school a .icon {
    margin: 0 auto;
    width: 35px;
    height: 35px;
}

.header .header_vip a .text,
.header .header_school a .text {
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
}

/**导航**/
.nav {
    background: #f7413c;
    line-height: 50px;
}

.nav .seat {
    background: #c43737;
    position: relative;
    width: 260px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav .seat .title {
    padding: 0 30px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}

.nav .seat .title:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 4px solid #ffffff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -2px;
    right: 20px;
}

.nav .seat.active .title:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid #ffffff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -2px;
    right: 20px;
}

.nav .seat.active .title:before {
    display: none;
}

.nav .seat .seat_list {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #ffffff;
    border: 1px solid #f7413c;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

.nav .seat .seat_list .list_title {
    font-size: 14px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav .seat .seat_list .list_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav .seat .seat_list .list_text > div {
    line-height: 24px;
    text-align: center;
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.nav .seat .seat_list .list_text > div a {
    border-radius: 6px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav .seat .seat_list .list_text > div a:hover {
    background: #c43737;
    color: #ffffff;
}

.nav .navList {
    width: 940px;
    line-height: 50px;
}

.nav .navList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav .navList ul li {
    width: 16.66666667%;
    position: relative;
}

.nav .navList ul li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav .navList ul li .nav_list {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    border: 1px solid #f7413c;
}

.nav .navList ul li .nav_list > div {
    line-height: 40px;
}

.nav .navList ul li .nav_list > div a {
    text-align: left;
    color: #333333;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav .navList ul li .nav_list > div a:hover {
    color: #f7413c;
    background: #f5f5f5;
}

.nav .navList ul li:hover .nav_list {
    background: #ffffff;
    display: block;
}

/**底部**/
.footer {
    margin-top: 15px;
    padding: 30px 0;
    background: #364044;
    color: #ffffff;
}

.footer .footer_top {
    width: 100%;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer_top > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .footer_top .footer_title {
    text-align: left;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

.footer .footer_top .footer_service {
    width: 230px;
    margin-right: 15px;
}

.footer .footer_top .footer_service .footer_service_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer .footer_top .footer_service .footer_service_list ul li {
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
    line-height: 24px;
    padding-left: 10px;
    position: relative;
}

.footer .footer_top .footer_service .footer_service_list ul li:after {
    content: '';
    width: 4px;
    height: 4px;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -2px;
    border-radius: 100%;
    background: #747474;
}

.footer .footer_top .footer_service .footer_service_list ul li:nth-child(2n) {
    margin-right: 0;
}

.footer .footer_top .footer_service .footer_service_list ul li a {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer .footer_top .footer_introduction {
    width: 450px;
    margin-right: 40px;
}

.footer .footer_top .footer_introduction .footer_introduction_list {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}

.footer .footer_top .footer_code {
    width: 120px;
    margin-right: 60px;
}

.footer .footer_top .footer_code .code {
    text-align: center;
}

.footer .footer_top .footer_code .footer_code_list {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}

.footer .footer_top .footer_heat {
    width: 220px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .footer_top .footer_heat .footer_heat_title {
    padding-left: 50px;
    position: relative;
}

.footer .footer_top .footer_heat .footer_heat_title .icon_left {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    z-index: 10;
}

.footer .footer_top .footer_heat .footer_heat_title .icon_left .icon {
    font-size: 40px;
    color: #aaaaaa;
}

.footer .footer_top .footer_heat .footer_heat_title .text {
    font-size: 24px;
    line-height: 30px;
    color: #c43737;
}

.footer .footer_top .footer_heat .footer_heat_title .date {
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}

.footer .footer_top .footer_heat .footer_Conversation {
    text-align: center;
    margin-top: 15px;
    line-height: 40px;
    background: #f7413c;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
}

.footer .copyright {
    border-top: 1px solid #555a5c;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}

.footer .copyright a {
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}

/**侧边**/
.sidebar_bg {
    width: 36px;
    height: 100%;
    background: #364044;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

.sidebar_bg .sidebar {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* 相对父元素水平居中 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*  子元素相对父元素垂直居中 */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.sidebar_bg .sidebar div {
    width: 100%;
}

.sidebar_bg .sidebar div .sidebar_service {
    margin-top: 15px;
    position: relative;
    cursor: pointer;
}

.sidebar_bg .sidebar div .sidebar_service .service {
    display: none;
    position: absolute;
    top: 0;
    right: 46px;
    background: #fff;
    color: #333333;
    border-radius: 3px;
    z-index: 1000;
    line-height: 40px;
    font-size: 14px;
    width: 120px;
}

.sidebar_bg .sidebar div .sidebar_service:hover:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ffffff;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -2px;
    right: 42px;
}

.sidebar_bg .sidebar div .sidebar_service:hover .service {
    display: block;
}

.sidebar_bg .sidebar div .sidebar_top {
    cursor: pointer;
}

.sidebar_bg .sidebar div .icon {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    height: 40px;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 15px;
}

.sidebar_bg .sidebar div .icon:hover {
    background: #c43737;
}

.sidebar_bg .sidebar div .sidebar_delete {
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    background: #c43737;
    color: #ffffff;
}

.sidebar_bg .sidebar div .sidebar_delete .icon {
    font-size: 20px;
    margin: 0 auto;
}

.sidebar_bg .sidebar div .sidebar_delete .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 24px;
}

.sidebar_menu {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100%;
    text-align: left;
    z-index: 10000001;
    background: #f5f5f5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 10px 0;
}

.sidebar_menu .sidebar_menu_title {
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    text-align: left;
}

.sidebar_menu .sidebar_menu_title span {
    color: #f7413c;
    font-size: 14px;
    line-height: 36px;
    margin-left: 5px;
    margin-right: 5px;
}

.sidebar_menu .sidebar_menu_list ul li {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 36px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 15px;
}

.sidebar_menu .sidebar_menu_list ul li .text {
    width: 70%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sidebar_menu .sidebar_menu_list ul li .number {
    width: 20%;
}

.sidebar_menu .sidebar_menu_list ul li .number span {
    color: #f7413c;
    font-size: 14px;
    margin-right: 4px;
}

.sidebar_menu .sidebar_menu_list ul li .sidebar_icon {
    cursor: pointer;
    width: 10%;
}

.sidebar_menu .sidebar_menu_list ul li .sidebar_icon .icon {
    font-size: 18px;
}

.sidebar_menu .sidebar_menu_empty {
    text-align: right;
    line-height: 36px;
    margin-bottom: 5px;
}

.sidebar_menu .sidebar_menu_empty a {
    cursor: pointer;
}

.sidebar_menu .sidebar_sub {
    background: #f7413c;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
    border-radius: 6px;
}

.sidebar_menu .sidebar_sub a {
    display: block;
    background: #f7413c;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}

.black_cloth {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    top: 0;
    left: 0;
}

.Popup_error {
    display: none;
    background: #fff;
    position: fixed;
    border-radius: 10px;
    overflow: hidden;
    width: 580px;
    min-height: 400px;
    padding-bottom: 10px;
    height: auto;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -240px;
    z-index: 1000000;
}

.Popup_error .title {
    background: #f7413c;
    color: #ffffff;
    padding: 0 15px;
    line-height: 36px;
    position: relative;
    margin-bottom: 15px;
}

.Popup_error .title .remove {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 0;
    z-index: 1;
    font-size: 12px;
}

.Popup_error .Tips {
    line-height: 24px;
    font-size: 12px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.Popup_error .substance {
    width: 550px;
    border: 1px solid #f5f5f5;
    margin: 0 auto;
    height: 200px;
}

.Popup_error .substance textarea {
    margin: 0 auto;
    height: 200px;
    width: 100%;
}

.Popup_error .Popup_error_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
}

.Popup_error .Popup_error_text span {
    width: 50%;
    text-align: left;
}

.Popup_error .Popup_error_text i {
    width: 50%;
    text-align: right;
}

.Popup_error .Submission {
    text-align: center;
}

.Popup_error .Submission button {
    width: 60px;
    line-height: 32px;
    border: none;
    border-radius: 5px;
}

.Popup_error .Submission .submit {
    background: #f7413c;
    color: #ffffff;
}

.setting_bg {
    display: none;
    background: #fff;
    position: fixed;
    border-radius: 10px;
    overflow: hidden;
    width: 440px;
    padding-bottom: 30px;
    top: 30%;
    margin-top: -100px;
    left: 50%;
    margin-left: -220px;
    z-index: 1000;
}

.setting_bg .setting .setting_text {
    line-height: 24px;
    padding: 0 15px;
}

.setting_bg .setting .setting_text input {
    text-align: center;
    margin: 0 4px;
    width: 24px;
    border: 1px solid #9F9F9F;
}

.setting_bg .setting .setting_button {
    margin-top: 25px;
    text-align: center;
}

.setting_bg .setting .setting_button button {
    width: 60px;
    line-height: 30px;
    border: none;
    border-radius: 6px;
    margin: 0 6px;
    cursor: pointer;
}

.setting_bg .setting .setting_button .define {
    background: #f7413c;
    color: #ffffff;
}

.exchange_bg {
    position: fixed;
    right: -1000px;
    width: 930px;
    height: 100%;
    overflow: visible;
    top: 0;
    z-index: 100000;
    background: #ffffff;
}

.exchange_bg .exchange {
    height: 100%;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

.exchange_bg .exchange .exchange_number {
    padding: 15px 15px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 15px;
}

.exchange_bg .exchange .exchange_number ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 24px;
    padding-bottom: 10px;
}

.exchange_bg .exchange .exchange_number ul li {
    width: 9.09090909%;
}

.exchange_bg .exchange .exchange_number ul li:hover {
    cursor: pointer;
}

.exchange_bg .exchange .exchange_number ul li > div {
    display: block;
    width: 24px;
    line-height: 24px;
    border-radius: 100%;
    text-align: center;
}

.exchange_bg .exchange .exchange_number ul li.active > div {
    background: #f7413c;
    color: #ffffff;
}

.exchange_bg .exchange .exchange_number ul li.exchange_name {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f7413c;
    color: #f7413c;
    text-align: center;
    line-height: 24px;
}

.exchange_bg .exchange .setting_list {
    padding: 0 15px;
}

.exchange_bg .exchange .setting_list ul li {
    margin-bottom: 15px;
    /* display: none; */
}

.exchange_bg .exchange .setting_list ul li .paper_select {
    margin-top: 15px;
}

.exchange_bg .exchange .exchange_button {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    text-align: center;
    background: #f9f9f9;
    line-height: 40px;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1000;
}

.exchange_bg .exchange .exchange_button button {
    border: none;
    background: red;
    color: #fff;
    border-radius: 6px;
    margin: 0px 5px;
    padding: 0 30px;
    line-height: 30px;
}

.cutoff_bg {
    display: none;
    background: #fff;
    position: fixed;
    border-radius: 10px;
    overflow: hidden;
    width: 440px;
    padding-bottom: 30px;
    top: 30%;
    margin-top: -100px;
    left: 50%;
    margin-left: -220px;
    z-index: 1000;
}

.cutoff_bg .cutoff .cutoff_text {
    line-height: 24px;
    padding: 0 15px;
    min-height: 48px;
}

.cutoff_bg .cutoff .setting_button {
    margin-top: 25px;
    text-align: center;
}

.cutoff_bg .cutoff .setting_button button {
    width: 60px;
    line-height: 30px;
    border: none;
    border-radius: 6px;
    margin: 0 6px;
    cursor: pointer;
}

.cutoff_bg .cutoff .setting_button .define {
    background: #f7413c;
    color: #ffffff;
}

.download_bg {
    display: none;
    background: #fff;
    position: fixed;
    border-radius: 10px;
    width: 700px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    top: 30%;
    max-height: 500px;
    overflow: visible;
    margin-top: -100px;
    left: 50%;
    margin-left: -350px;
    z-index: 1000;
}

.download_bg .download .download_title {
    color: #333333;
    font-size: 12px;
    line-height: 24px;
}

.download_bg .download .download_text {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.download_bg .download .download_text .size {
    width: 69%;
    margin-right: 1%;
    border-right: 1px solid #9F9F9F;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.download_bg .download .download_text .size .big .size_list {
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 30%;
}

.download_bg .download .download_text .size .big .size_list > div {
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.download_bg .download .download_text .size .big .size_list > div .icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 15px;
    height: 15px;
    background-image: url("../images/icon_1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.download_bg .download .download_text .size .big .size_list > div span {
    color: #f7413c;
}

.download_bg .download .download_text .size .big .size_list > div.active .icon {
    background-image: url("../images/icon_2.png");
}

.download_bg .download .download_text .size .big .download_mold_list {
    margin-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.download_bg .download .download_text .size .big .download_mold_list > div {
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.download_bg .download .download_text .size .big .download_mold_list > div .icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 15px;
    height: 15px;
    background-image: url("../images/icon_1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.download_bg .download .download_text .size .big .download_mold_list > div span {
    color: #f7413c;
}

.download_bg .download .download_text .size .big .download_mold_list > div.active .icon {
    background-image: url("../images/icon_2.png");
}

.download_bg .download .download_text .size .download_substance_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.download_bg .download .download_text .size .download_substance_text > div {
    cursor: pointer;
    margin-right: 15px;
}

.download_bg .download .download_text .size .download_substance_text > div .icon {
    display: contents;
}

.download_bg .download .download_text .size .download_substance_text > div .hider {
    display: none;
}

.download_bg .download .download_text .size .download_substance_text > div.active {
    color: #f7413c;
}

.download_bg .download .download_text .size .download_substance_text > div.active .show {
    display: none;
}

.download_bg .download .download_text .size .download_substance_text > div.active .hider {
    display: contents;
}

.download_bg .download .download_text .size .download_expression .download_expression_text > div {
    position: relative;
    padding-left: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.download_bg .download .download_text .size .download_expression .download_expression_text > div .icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 15px;
    height: 15px;
    background-image: url("../images/icon_1.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

.download_bg .download .download_text .size .download_expression .download_expression_text > div.active .icon {
    background-image: url("../images/icon_2.png");
}

.download_bg .download .download_text .tips {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30%;
    padding: 0 5px;
}

.download_bg .download .download_text .tips .tips_text {
    padding: 0 15px;
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 15px;
}

.download_bg .download .download_text .tips .recharge .recharge_title {
    color: #f7413c;
    padding: 0 15px;
}

.download_bg .download .download_text .tips .recharge .recharge_text {
    background: #f5f5f5;
    padding: 5px 5px 2px;
}

.download_bg .download .download_text .tips .recharge .recharge_text ul li {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    line-height: 24px;
    margin-bottom: 5px;
}

.download_bg .download .download_text .tips .recharge .recharge_text ul li .coupon {
    width: 50%;
}

.download_bg .download .download_text .tips .recharge .recharge_text ul li .price {
    width: 25%;
    color: #44af69;
}

.download_bg .download .download_text .tips .recharge .recharge_text ul li .bottom {
    background: #44af69;
    width: 25%;
    color: #ffffff;
    cursor: pointer;
}

.download_bg .download .download_text .tips .recharge .recharge_text ul li .bottom button {
    display: block;
    width: 100%;
    line-height: 24px;
    background: #44af69;
    color: #ffffff;
    border: none;
}

.download_bg .download .download_text .tips .tips_sub {
    margin: 20px auto;
    width: 70%;
}

.download_bg .download .download_text .tips .tips_sub button {
    background: #f7413c;
    color: #ffffff;
    border: none;
    border-radius: 30px;
    line-height: 30px;
    width: 100%;
}

.transfer_bg {
    display: none;
    background: #fff;
    position: fixed;
    border-radius: 10px;
    overflow: hidden;
    width: 440px;
    padding-bottom: 30px;
    top: 30%;
    margin-top: -100px;
    left: 50%;
    margin-left: -220px;
    z-index: 1000;
}

.transfer_bg .transfer .transfer_text {
    line-height: 24px;
    padding: 0 15px;
    min-height: 48px;
}

.transfer_bg .transfer .transfer_text .text_title {
    font-size: 12px;
    line-height: 24px;
}

.transfer_bg .transfer .transfer_text .choose_x ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 24px;
}

.transfer_bg .transfer .transfer_text .choose_x ul li {
    padding-left: 25px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.transfer_bg .transfer .transfer_text .choose_x ul li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
    width: 15px;
    height: 15px;
    background-image: url("../images/icon_1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.transfer_bg .transfer .transfer_text .choose_x ul li.active .icon {
    background-image: url("../images/icon_2.png");
}

.transfer_bg .transfer .setting_button {
    margin-top: 25px;
    text-align: center;
}

.transfer_bg .transfer .setting_button button {
    width: 60px;
    line-height: 30px;
    border: none;
    border-radius: 6px;
    margin: 0 6px;
    cursor: pointer;
}

.transfer_bg .transfer .setting_button .define {
    background: #f7413c;
    color: #ffffff;
}

/**公共选择框**/
.box_select {
    border-top: 1px solid #f5f5f5;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.box_select .left_paper_type {
    width: 55%;
    line-height: 36px;
}

.box_select .left_paper_type span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.box_select .left_paper_type span:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    background: #f5f5f5;
    height: 15px;
    margin-top: -7.5px;
    width: 1px;
    z-index: 1;
}

.box_select .left_paper_type span:last-child:after {
    display: none;
}

.box_select .right_paper_function {
    width: 45%;
    line-height: 36px;
    text-align: right;
}

.box_select .right_paper_function > div {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
}

.box_select .right_paper_function > div .icon {
    color: #f7413c;
    font-size: 16px;
    margin-right: 4px;
    display: contents;
}

.box_select .right_paper_function > div:last-child {
    margin-right: 0;
}

.box_select .right_paper_function > div:hover {
    color: #999999;
}

.box_select .right_paper_function .enshrine .show {
    display: none;
}

.box_select .right_paper_function .enshrine.un_enshrine .show {
    display: contents;
}

.box_select .right_paper_function .enshrine.un_enshrine .hider {
    display: none;
}

.box_select .right_paper_function .choose {
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 80px;
    background: #f7413c;
    color: #ffffff;
    border-radius: 6px;
    margin-right: 0;
}

.box_select .right_paper_function .choose .choose_bg {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 36px;
    z-index: 1;
    background: #ffffff;
    padding-bottom: 15px;
}

.box_select .right_paper_function .choose .choose_bg .choose_list {
    background: #ffffff;
    bottom: 40px;
    border: 1px solid #f7413c;
}

.box_select .right_paper_function .choose .choose_bg .choose_list div:hover {
    background: #f5f5f5;
    color: #f7413c;
}

.box_select .right_paper_function .choose .choose_bg .choose_list div:hover a {
    color: #f7413c;
}

.box_select .right_paper_function .choose .choose_bg .choose_list .active {
    background: #f5f5f5;
    color: #f7413c;
}

.box_select .right_paper_function .choose .choose_bg .choose_list .active a {
    color: #f7413c;
}

.box_select .right_paper_function .choose:hover .choose_bg {
    display: block;
}

.box_select .right_paper_function .remove {
    text-align: center;
    width: 80px;
    background: #adadad;
    color: #ffffff;
    border-radius: 6px;
}

.box_Popup_title {
    border-radius: 6px 6px 0 0;
    background: #f7413c;
    color: #ffffff;
    padding: 0 15px;
    line-height: 36px;
    position: relative;
    margin-bottom: 15px;
}

.box_Popup_title .remove {
    cursor: pointer;
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 0;
    z-index: 1;
    font-size: 12px;
}

.box_table_title {
    position: relative;
    top: 2px;
    z-index: 10;
}

.box_table_title ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.box_table_title ul li {
    padding: 0 20px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    border: 1px solid #dddddd;
    border-right: none;
    cursor: pointer;
}

.box_table_title ul li:last-child {
    border-right: 1px solid #dddddd;
}

.box_table_title ul li.active {
    border-bottom: 1px solid #ffffff;
    color: #f7413c;
}

.box_table_list {
    margin-top: 1px;
    border: 1px solid #dddddd;
}

.box_table_list > div {
    display: none;
    padding: 15px;
}

.box_analysis_list {
    padding: 0 15px;
}

.box_analysis_list .analysis_list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.box_analysis_list .analysis_list .analysis_name {
    width: 10%;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    font-size: 16px;
    line-height: 32px;
}

.box_analysis_list .analysis_list .analysis_text {
    width: 90%;
    font-size: 16px;
    line-height: 32px;
}

.box_analysis_list .analysis_list .analysis_text span {
    color: #f7413c;
}

.box_topic {
    line-height: 26px;
}

.box_topic p:nth-child(1) {
    float: left;
}

/**提交按钮**/
.box__submission_bottom button {
    border: none;
    line-height: 24px;
    width: 60px;
    cursor: pointer;
}

.box__submission_bottom .submit {
    background: #f7413c;
    color: #ffffff;
}

.box_metadata {
    width: 100%;
    min-height: 500px;
    background-image: url("../images/metadataimg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
    background-color: #ffffff;
}

/**登录**/
.register_content {
    background-image: url("../images/register_content_bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f4f4f4;
}

.register_content .container {
    padding: 5% 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.register_content .register {
    margin: 0 auto;
    width: 700px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 50px 80px;
    border-radius: 10px;
}

.register_content .register .register_logo {
    text-align: center;
    width: 260px;
    height: 60px;
    margin: 0 auto;
}

.register_content .register .register_logo img {
    max-width: 100%;
}

.register_content .register .register_list {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
}

.register_content .register .register_list > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

.register_content .register .register_list .login_title {
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 15px;
}

.register_content .register .register_list .register_code {
    width: 40%;
    position: relative;
}

.register_content .register .register_list .register_code .code {
    width: 150px;
    height: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.register_content .register .register_list .register_code:after {
    content: '';
    width: 1px;
    height: 80%;
    top: 20%;
    right: 0;
    z-index: 10;
    position: absolute;
    background: #dfdfdf;
}

.register_content .register .register_list .login {
    width: 60%;
}

.register_content .register .register_list .login .login_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    margin-bottom: 15px;
    line-height: 24px;
}

.register_content .register .register_list .login .login_list .name {
    width: 25%;
}

.register_content .register .register_list .login .login_list .login_input {
    width: 60%;
}

.register_content .register .register_list .login .login_list .login_input input {
    border: 1px solid #D2D2D2;
    line-height: 24px;
    border-radius: 6px;
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

.register_content .register .register_list .login .login_button {
    text-align: center;
}

.register_content .register .register_list .login .login_button button {
    width: 36%;
    border-radius: 4px;
    background: #f7413c;
    color: #ffffff;
    font-size: 14px;
    border: none;
    line-height: 30px;
}

.register_content .register .register_list .login .login_seek {
    width: 80%;
    margin: 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 36px;
    text-align: center;
}

.register_content .register .register_list .login .login_seek > div {
    width: 50%;
    text-align: center;
    font-size: 14px;
    color: #f7413c;
}

.register_content .register .register_list .login .login_seek > div a {
    color: #f7413c;
}

.register_content .register .register_list .login .third_party_logins {
    line-height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.register_content .register .register_list .login .third_party_logins .icon {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

/**注册**/
.registration_content {
    background-image: url("../images/register_content_bg.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f4f4f4;
}

.registration_content .container {
    padding: 5% 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.registration_content .registration {
    margin: 0 auto;
    min-height: 200px;
    width: 700px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 50px 80px;
    border-radius: 10px;
    background: #ffffff;
}

.registration_content .registration .register_logo {
    text-align: center;
    width: 260px;
    height: 60px;
    margin: 0 auto;
}

.registration_content .registration .register_logo img {
    max-width: 100%;
}

.registration_content .registration .inner {
    width: 60%;
    margin: 30px auto;
}

.registration_content .registration .registration_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 24px;
}

.registration_content .registration .registration_list .name {
    width: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
}

.registration_content .registration .registration_list .name.active:after {
    content: '*';
    color: #f7413c;
    position: absolute;
    left: -5px;
    font-size: 12px;
}

.registration_content .registration .registration_list .registration_input {
    width: 70%;
}

.registration_content .registration .registration_list .registration_input input {
    border: 1px solid #D2D2D2;
    display: block;
    line-height: 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 15px;
}

.registration_content .registration .registration_list .registration_Verification {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.registration_content .registration .registration_list .registration_Verification .Verification_input {
    width: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.registration_content .registration .registration_list .registration_Verification .Verification_input input {
    border: 1px solid #dfdfdf;
    display: block;
    line-height: 24px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

.registration_content .registration .registration_list .registration_Verification .Verification_button {
    width: 45%;
}

.registration_content .registration .registration_list .registration_Verification .Verification_button button {
    width: 100%;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    border-left: none;
    padding: 0;
    display: block;
    line-height: 24px;
    background: #f6f6f6;
    font-size: 12px;
    color: #333333;
}

.registration_content .registration .registration_list .registration_checkbox {
    width: 70%;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.registration_content .registration .registration_list .registration_checkbox input {
    position: relative;
}

.registration_content .registration .registration_list .registration_checkbox input:checked {

    background-color: red;
    color: #fff;

}

.registration_content .registration .registration_list .registration_checkbox .hider {
    display: none;
}

.registration_content .registration .registration_list .registration_checkbox .icon {
    font-size: 12px;
    color: #f6f6f6;
    cursor: pointer;
}

.registration_content .registration .registration_list .registration_checkbox.active .icon {
    color: #f7413c;
}

.registration_content .registration .registration_list .registration_checkbox.active .show {
    display: none;
}

.registration_content .registration .registration_list .registration_checkbox.active .hider {
    display: inline;
}

.registration_content .registration .registration_list .registration_checkbox a {
    color: #f7413c;
}

.registration_content .registration .logon_button {
    margin-top: 15px;
    margin-bottom: 15px;
}

.registration_content .registration .logon_button button {
    display: block;
    width: 80%;
    margin: 0 auto;
    line-height: 36px;
    border-radius: 6px;
    border: none;
    color: #ffffff;
    background: #f7413c;
    font-size: 14px;
}

.registration_content .registration .logon_hav {
    text-align: center;
}

.registration_content .registration .logon_hav a {
    color: #f7413c;
}

.buy_play_popup {
    display: none;
    background: #fff;
    position: fixed;
    border-radius: 10px;
    width: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 30px;
    top: 30%;
    max-height: 300px;
    overflow: visible;
    left: 50%;
    margin-left: -150px;
    z-index: 1000;
}

.buy_play_popup .recharges {
    padding: 0 15px;
}

.buy_play_popup .recharges .recharge_title {
    color: #f7413c;
    padding: 0 15px;
}

.buy_play_popup .recharges .recharge_text {
    background: #f5f5f5;
    padding: 5px 5px 2px;
}

.buy_play_popup .recharges .recharge_text ul li {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
    line-height: 24px;
    margin-bottom: 5px;
}

.buy_play_popup .recharges .recharge_text ul li .coupon {
    width: 50%;
}

.buy_play_popup .recharges .recharge_text ul li .price {
    width: 25%;
    color: #44af69;
}

.buy_play_popup .recharges .recharge_text ul li .bottom {
    background: #44af69;
    width: 25%;
    color: #ffffff;
    cursor: pointer;
}

.buy_play_popup .recharges .recharge_text ul li .bottom button {
    display: block;
    width: 100%;
    line-height: 24px;
    background: #44af69;
    color: #ffffff;
    border: none;
}
