@import "golden_roc.css?v=4";
@import "../iconfont/iconfont.css?v=11";


body {
    background: #BBE3E3;
}

.cursor-pointer {
    cursor: pointer;
}

input {
    outline: none;
}

textarea {
    outline: none;
}

.shadow-right {
    -webkit-box-shadow: 3px 3px 5px #ddd;
    -moz-box-shadow: 3px 3px 5px #ddd;
    box-shadow: 2px 3px 5px #ddd;
}

.container {
    width: 100%;
    padding: 0 3%;
    margin: 0 auto;
}

/*头部*/
.banner {
    width: 100%;
    position: relative;
}

.banner .banner_wrap {
    width: 100%;
}

.banner .banner_wrap img {
    width: 100%;
}

.banner .logo_navigation {
    width: 100%;
}

.banner .logo_navigation .logo_navigation_wrap {

}

.banner .logo_navigation .logo_navigation_wrap .logo {
    display: flex;
    align-items: center;
    padding: 4px 0;
}

.banner .logo_navigation .logo_navigation_wrap .logo .logo_left {
    flex: 1;
    width: 0;
}

.banner .logo_navigation .logo_navigation_wrap .logo .logo_left a {
    display: flex;
    align-items: center;
    width: 100%;
}

.banner .logo_navigation .logo_navigation_wrap .logo .logo_left a img:first-child {
    height: 52px;
}

.banner .logo_navigation .logo_navigation_wrap .logo .logo_left a img:last-child {
    height: 30px;
}

.banner .logo_navigation .logo_navigation_wrap .logo .btn_menu {
    margin-left: 20px;
    flex-shrink: 0;
    cursor: pointer;
}

.banner .logo_navigation .logo_navigation_wrap .logo .btn_menu .icon-menu2 {
    line-height: 1;
    font-size: 28px;
    color: #000;
}

.top_navigation_wrap {
    /*width: 100%;*/
    width: 0;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    overflow: hidden;
}

.top_navigation_wrap .top_navigation_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .3);
}
.top_navigation{
    width: 280px;
    position: absolute;
    height: 100%;
    left: 0;
    padding-top: 60px;
    z-index: 10;
    background: #ffffff;
}
.top_navigation li {
    width: 100%;
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px #e5e5e5 solid;
}
.top_navigation li.border-top-1{
    border-top: 1px #e5e5e5 solid;
}

.top_navigation .login_register{
    margin-top: 50px;
}
.top_navigation .login_register span{
    display: none;
}
.top_navigation a.active {
    color: #278072;
}

.top_navigation .close_nav{
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    padding-left: 3%;
}

.top_navigation .close_nav .left_logo{
    width: 100%;
    height: 100%;
}
.top_navigation .close_nav .left_logo a{
    display: flex;
    height: 100%;
    align-items: center;
}
.top_navigation .close_nav .left_logo a img:first-child{
    height: 50px;
}
.top_navigation .close_nav .left_logo a img:last-child{
    height: 26px;
    margin-left: 10px;
}
.top_navigation .close_nav .icon-close{
    position: absolute;
    top: 0;
    width: 40px;
    height: 60px;
    right: 0;
    margin-right: -40px;
    background: #ffffff;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
}


/*导航*/
.navigation {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navigation .item {
    width: 48%;
    margin-top: 15px;
    background: linear-gradient(to bottom, #B3EBC7, #58BDB1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    -webkit-box-shadow: 0px 2px 0 #0E8472;
    -moz-box-shadow: 0px 2px 0 #0E8472;
    box-shadow: 0px 2px 0 #0E8472;
    padding: 10px;
}

.navigation .item a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #0D8774;
}

.navigation .item a .first {
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    background: #2BCBB2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 10px;
}

.navigation .item a .second {
    font-size: 20px;
    line-height: 1;
    color: #0D8774;
    margin-left: auto;
}

.activity_title {
    margin-top: 20px;
    height: 90px;
    position: relative;
    background: url(../images/u454.png) center no-repeat;
}

.activity_title span {
    font-size: 20px;
    font-weight: bold;
    color: #D2EC63;
    letter-spacing: 8px;
    position: absolute;
    bottom: 18px;
    left: 48.5%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*大赛新闻*/
.activity_news {
    margin-top: 20px;
}

.activity_news .activity_news_left {
    width: 100%;
}

.activity_news .activity_news_left img {
    width: 100%;
}

.activity_news .activity_news_left .title {
    position: absolute;
    bottom: 0;
    height: 44px;
    background: rgba(65, 65, 65, .75);
    width: 100%;
    line-height: 44px;
    padding: 0 130px 0 10px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
    z-index: 50;
}

.activity_news .activity_news_left .swiper-slide {
    z-index: 11;
}

.activity_news .activity_news_left .title a {
    color: #ffffff;
}

.activity_news .activity_news_left .swiper-pagination {
    text-align: right;
    padding: 0 20px;
    z-index: 10;
    width: auto;
    left: auto;
    right: 0;
}

.activity_news .activity_news_left .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffffff;
    opacity: 1;
}

.activity_news .activity_news_left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #116557;
}

.activity_news .activity_news_right {
    width: 100%;
    background: #ffffff;
}

.activity_news .activity_news_right::-webkit-scrollbar {
    width: 10px;
}

.activity_news .activity_news_right::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px #76af92;
    background: #76af92;
}

.activity_news .activity_news_right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #1e7d4d;
    background: #1e7d4d;
}


.activity_news .activity_news_right .item {
    padding: 10px;
    border-bottom: 1px #e5e5e5 dashed;
}

.activity_news .activity_news_right .item .item_wrap {

}

.activity_news .activity_news_right .item .item_wrap .title {
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.activity_news .activity_news_right .item .item_wrap .info {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}

.activity_news .activity_news_right .item .item_wrap .info .left {
    display: flex;
    align-items: center;
}

.activity_news .activity_news_right .item .item_wrap .info .left .icon {
    font-size: 20px;
    line-height: 1;
    margin-right: 10px;
}

.activity_news .activity_news_right .item .item_wrap .info .more {
    height: 24px;
    width: 80px;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    line-height: 24px;
    background: #137364;
    color: #ffffff;
}

/*大赛组织*/
.activity-section {
    margin-top: 20px;
    background: #279686;
}

.activity-section-1 {
}

.activity-section-1 .item {
    display: flex;
    flex: 1;
    padding: 20px;
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
}


.activity-section-1 .item .img {
    width: 100px;
    flex-shrink: 0;
    margin-right: 10px;
}

.activity-section-1 .item .info {
    width: 0;
    flex: 1;
}

.activity-section-1 .item .info .title {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-align: justify;
}

.activity-section-1 .item .info .text {
    font-size: 15px;
    color: #ffffff;
    text-align: justify;
}

.activity-section-2 {
    padding: 20px;
    color: #ffffff;
    text-align: justify;
    font-size: 15px;
}

.activity_photo {
    margin-top: 20px;
    position: relative;
}

.activity_photo .swiper-slide {
    width: 100%;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.activity_photo .swiper-slide img {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.activity_photo .swiper-slide .title {
    width: 100%;
    height: 38px;
    position: absolute;
    line-height: 38px;
    bottom: 0;
    left: 0;
    padding: 0 10px;
    background: rgba(39, 150, 134, .8);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
    font-size: 15px;
}

.activity_photo .swiper-slide .title a {
    color: #ffffff;
    font-size: 15px;
}

.activity_photo .swiper-button-next,
.activity_photo .swiper-button-prev {
    color: #ffffff;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
}


.activity_photo .swiper-button-next:after,
.activity_photo .swiper-button-prev:after {
    font-size: 16px;
}

.activity_progress_box {
    background: url("../images/u277.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 20px;
    padding: 30px 0 50px;
}

.activity_progress {
    display: flex;
    flex-wrap: wrap;
}

.activity_progress .item {
    width: 32%;
    display: flex;
    margin-top: 20px;
    margin-left: 2%;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}

.activity_progress .item:nth-child(3n+1) {
    margin-left: 0;
}

.activity_progress .item span.icon {
    color: #1ed689;
    padding: 15px;
    background: #ffffff;
    line-height: 1;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 10px #1C7A70 solid;
}

.activity_progress .item h4 {
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
}

.activity_progress .item p {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

.activity_rank {
    margin-top: 20px;
}

.activity_rank .item {
    width: 100%;
    margin-top: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-height: 509px;
}

.activity_rank .item:first-child {
    margin-right: 48px;
}

.activity_rank .item .title {
    position: relative;
    height: 28px;
    background: #2D9282;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.activity_rank .item .title span {
    height: 55px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 355px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 55px;
    background: url("../images/u317.png") center no-repeat;
}

.activity_rank .item .table {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.activity_rank .item table {
    background: #ffffff;
    width: 100%;
    max-height: 460px;
    border: 0;
    border-collapse: collapse;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.activity_rank .item table thead {
    display: block;
    width: 100%;
}

.activity_rank .item table thead th {
    width: 144px;
}

.activity_rank .item .table .table_1 thead th:nth-child(2) {
    width: 288px;
}

.activity_rank .item table tbody {
    display: block;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
}

.activity_rank .item table tbody::-webkit-scrollbar {
    display: none;
}

.activity_rank .item table tbody td {
    width: 144px;
}

.activity_rank .item .table .table_1 tbody td:nth-child(2n) {
    width: 288px;
}

.activity_rank .item table th,
.activity_rank .item table td {
    text-align: center;
    font-size: 16px;
    height: 60px;
}

.activity_rank .item table th {
    background: #2D9282;
    color: #ffffff;
}

.activity_rank .item table td {
    color: #333333;
    border-bottom: 1px #e5e5e5 solid;
}

.activity_rank .item table td img {
    display: inline-block;
}

.activity_report {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}

.activity_report .item {
    width: 32%;
    margin-left: 2%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.activity_report .item:nth-child(3n+1) {
    margin-left: 0;
}

.activity_report .item img {
    max-width: 200px;
    max-height: 60px;
}

.activity_assist {
    margin-top: 50px;
    max-height: 370px;
    overflow-y: auto;
}

.activity_assist::-webkit-scrollbar {
    width: 10px;
}

.activity_assist::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 5px #76af92;
    background: #76af92;
}

.activity_assist::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px #1e7d4d;
    background: #1e7d4d;
}

.activity_assist li {
    width: 100%;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
}

/*新闻列表*/
.activity_news_list {
    margin-top: 20px;
}

.activity_news_list .item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #fff dashed;
}

.activity_news_list .item .img {
    width: 120px;
    flex-shrink: 0;
    margin-right: 10px;
}

.activity_news_list .item .img img {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.activity_news_list .item .info {
    width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.activity_news_list .item .info .title {
    display: flex;
}

.activity_news_list .item .info .title a {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-align: justify;
    -webkit-box-orient: vertical;
}

.activity_news_list .item .info .text {
    font-size: 14px;
    color: #333333;
}
.activity_news_list .item .info .text span{
    margin-left: 10px;
}
.activity_news_list .item .info .text span:first-child{
    display: none;
}
.activity_news_list .item .info .text span:nth-of-type(2){
    margin-left: 0;
}

.activity_news_info {
    margin-top: 20px;
}

.activity_news_info .title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px #DDF1F1 dashed;
    color: #333333;
}

.activity_news_info .desc {
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.activity_news_info .desc span{
    margin: 0 10px;
}


.activity_news_info .content {
    font-size: 16px;
    text-align: justify;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #DDF1F1 dashed;
}

.activity_news_info .content img {
    max-width: 100%;
    margin: 0 auto;
}


.prev_next {
    margin-top: 15px;
    color: #333333;
}

.prev_next li {
    margin-top: 5px;
}

.prev_next a {
    color: #333333;
}


/*分页*/
.page {
    display: flex;
}

.page a, .page span {
    padding: 4px 11px;
    border: 1px #e5e5e5 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-right: 6px;
    font-size: 14px;
}

.page a:hover, .page span {
    border: 1px #137364 solid;
    color: #137364;
}


.clear {
    clear: both;
}

/*底部*/
.footer {
    margin-top: 20px;
    padding-bottom: 20px;
}

.footer-navigation {
    height: 40px;
    background: #126D5F;
    line-height: 40px;
    display: none;
}

.footer-nav-wrap {
    display: flex;
    justify-content: center;
}

.footer-nav-wrap a, .footer-nav-wrap span {
    color: #ffffff;
    font-size: 14px;
}

.footer-nav-wrap span {
    margin: 0 10px;
    position: relative;
    top: -1px;
}

.copy {
    margin-top: 20px;
    position: relative;
}

.copy-text, .copy-text a {
    text-align: center;
    font-size: 14px;
    line-height: 2;
    color: #999;
}


/*mobile footer navigation*/
.footer_bar {
    height: 52px;
}

.footer_bar_wrap {
    width: 100%;
    height: 52px;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    display: flex;
    background: #278072;
}

.footer_bar_wrap .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_bar_wrap .item a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #ffffff;
}

.footer_bar_wrap .item.active a {
    color: #D2EC63;
}

.footer_bar_wrap .item .icon {
    font-size: 20px;
    line-height: 1;
}

/*login_form*/
.login_wrap {
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    padding: 20px 15px 30px;
}

.login_wrap .title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 1;
}

.login_wrap .form_wrap {
    width: 100%;
    margin-top: 20px;
}

.login_wrap .form_wrap .item {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    border: 1px #e5e5e5 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.login_wrap .form_wrap .item.border-0 {
    border: 0;
}

.login_wrap .form_wrap .item.mt-40 {
    margin-top: 30px;
}

.login_wrap .form_wrap .item .left {
    border-right: 1px #e5e5e5 solid;
    width: 90px;
    padding-left: 10px;
    line-height: 44px;
    flex-shrink: 0;
    font-size: 16px;
    color: #333333;
}

.login_wrap .form_wrap .item .right {
    width: 0;
    flex: 1;
    display: flex;
}

.login_wrap .form_wrap .item .right input {
    width: 100%;
    padding: 0 10px;
    border: 0;
    font-size: 15px;
    line-height: 44px;
    outline: none;
}


.login_wrap .form_wrap .item button.btn_login {
    height: 44px;
    width: 100%;
    background: #2D9282;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}


/*register*/
.register_wrap {
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    padding: 20px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.register_wrap .title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 1;
}

.register_wrap .form_wrap {
    width: 100%;
    margin-top: 20px;
}

.register_wrap .form_wrap .item {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 15px;
    flex-wrap: wrap;
    border: 1px #e5e5e5 solid;
    position: relative;
}
.register_wrap .form_wrap .item.fdc{
    flex-direction: column;
    align-items: stretch;
}

.register_wrap .form_wrap .item.border-0 {
    border: 0;
}

.register_wrap .form_wrap .item.mt-40 {
    margin-top: 30px;
}

.register_wrap .form_wrap .item .left {
    border-right: 1px #e5e5e5 solid;
    width: 90px;
    padding-left: 10px;
    line-height: 44px;
    flex-shrink: 0;
    font-size: 16px;
    color: #333333;
}

.register_wrap .form_wrap .item .right {
    width: 0;
    flex: 1;
    display: flex;
    align-items: center;
}

.register_wrap .form_wrap .item  p {
    padding: 10px 15px;
    border-top: 1px #e5e5e5 solid;
    font-size: 14px;
}

.register_wrap .form_wrap .item  .btn_add {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0 20px;
    height: 34px;
    cursor: pointer;
    background: #2D9282;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.register_wrap .form_wrap .item .right input {
    width: 100%;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
    line-height: 44px;
    outline: none;
}

.register_wrap .form_wrap .item .right select {
    width: 33.33333%;
    height: 44px;
    border: 0;
    border-right: 1px #e5e5e5 solid;
    padding: 0 5px;
    font-size: 14px;
    background: transparent;
}

.register_wrap .form_wrap .item select:last-child {
    border-right: 0;
}

.register_wrap .form_wrap .item button.btn_register {
    height: 44px;
    width: 60%;
    margin: 0 auto;
    background: #2D9282;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}


.register_wrap .form_wrap .team_list {
    width: 100%;
}

.register_wrap .form_wrap .team_list .team_wrap {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.register_wrap .form_wrap .team_list .item_wrap {
    display: flex;
    flex-wrap: wrap;
    border: 1px #e5e5e5 solid;
    border-bottom: 0;
    width: 100%;
}
.register_wrap .form_wrap .team_list .item_wrap.border-bottom-1{
    border-bottom: 1px #e5e5e5 solid;
}

.register_wrap .form_wrap .team_list .item_wrap .left {
    border-right: 1px #e5e5e5 solid;
    width: 90px;
    padding-left: 10px;
    line-height: 44px;
    flex-shrink: 0;
    font-size: 16px;
    color: #333333;
}

.register_wrap .form_wrap .team_list .item_wrap .right {
    width: 0;
    flex: 1;
}

.register_wrap .form_wrap .team_list .item_wrap .right input {
    width: 100%;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
    line-height: 44px;
    outline: none;
}


.register_wrap .form_wrap .team_list .item_delete {
    position: absolute;
    height: 30px;
    top: 8px;
    right: 8px;
    width: 60px;
    background: orangered;
    font-size: 13px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*member_index*/

.member_index {
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 20px;
}

.member_index_title {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 20px;
    line-height: 1;
    border-bottom: 1px #e5e5e5 solid;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}

.member_index_title a {
    color: #333333;
}

.member_main {
    padding: 0 15px;
}

.member_main .member_left {
    display: flex;
    flex-wrap: wrap;
}

.member_main .member_left li {
    width: 48%;
    border-bottom: 1px #e5e5e5 solid;
    margin-left: auto;
    position: relative;
    padding: 6px 0 6px 15px;
}
.member_main .member_left li:nth-child(2n+1){
    margin-left: 0;
}

.member_main .member_left li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2D9282;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.member_main .member_left li a {
    font-size: 15px;
    color: #333333;
}

.member_main .member_left li.active a {
    color: #2D9282;
}

.member_main .member_right {
    margin-top: 5px;
    padding-bottom: 20px;
}

.member_main .member_right .current_crumbs {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px #e5e5e5 solid;
}

.member_main .member_right .paper_tab {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px #e5e5e5 solid;
    display: none;
}

.member_main .member_right .paper_tab span {
    margin-right: 20px;
    cursor: pointer;
}

.member_main .member_right .paper_tab span.selected {
    color: orangered;
}

/*member_form*/
.member_form {
    width: 100%;
}


.member_form .item {
    display: flex;
    margin-top: 20px;
    border: 1px #e5e5e5 solid;
}

.member_form .item.border-0 {
    border: 0;
}

.member_form .item.mt-40 {
    margin-top: 30px;
}

.member_form .item .left {
    border-right: 1px #e5e5e5 solid;
    width: 90px;
    padding-left: 10px;
    line-height: 44px;
    flex-shrink: 0;
    font-size: 16px;
    color: #333333;
}

.member_form .item .right {
    width: 0;
    flex: 1;
    display: flex;
}

.member_form .item .right input {
    width: 100%;
    padding: 0 10px;
    border: 0;
    font-size: 14px;
    line-height: 44px;
    outline: none;
}

.member_form .item .right select {
    width: 33.33333%;
    height: 44px;
    border: 0;
    font-size: 14px;
    border-right: 1px #e5e5e5 solid;
    padding: 0 5px;
    background: transparent;
}

.member_form .item select:last-child {
    border-right: 0;
}

.member_form .item button.btn_save {
    height: 44px;
    width: 100%;
    background: #2D9282;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    cursor: pointer;
}

.download_wrap {
    padding:1px 15px 15px;
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 20px;
}

/*会员中心下载*/
.download_list {
    width: 100%;
    margin-bottom: 15px;
}

.download_list li {
    padding: 10px 0;
    position: relative;
    display: flex;
    align-items: center;
    border-bottom: 1px #e5e5e5 dotted;
}

.download_list li span {
    font-size: 18px;
    line-height: 1;
    color: #137364;
    flex-shrink: 0;
    margin-right: 10px;
}

.download_list li p {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    flex: 1;
    width: 0;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
}

.download_list li a.download_btn {
    margin-left: 10px;
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #137364;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    flex-shrink: 0;
    cursor: pointer;
}

/*page_list_wrap*/
.page_list_wrap{
    width: 100%;
    margin-top: 10px;
}
.page_list_wrap .title{
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    display: flex;
    justify-content: space-between;
}
/*paper_list*/
.page_list_wrap .paper_btn {
    border: 1px #e5e5e5 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.page_list_wrap a.btn_paper {
    padding: 12px 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: orangered;
    color: #ffffff;
    font-size: 15px;
    line-height: 1;
    flex-shrink: 0;
    cursor: pointer;
}

.page_list_wrap .no_paper {
    border: 1px #e5e5e5 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


.paper_finished_list {
    width: 100%;
    border-top: 1px #e5e5e5 solid;
}

.paper_finished_list .item {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-content: stretch;
    align-content: stretch;
    border-bottom: 1px #e5e5e5 solid;
    border-left: 1px #e5e5e5 solid;
}

.paper_finished_list .item p {
    flex-shrink: 0;
    text-align: center;
    padding: 5px 7px;
    flex-direction: column;
    display: flex;
    width: 18%;
    border-right: 1px #e5e5e5 solid;
    font-size: 13px;
}



.paper_finished_list .item p.bold {
    font-size: 15px;
}

.paper_finished_list .item p:first-child {
    width: 40%;
    text-align: left;
}

.paper_finished_list .item p:last-child {
    width: 24%;
}

.paper_finished_list .item p img {
    width: 24px;
    margin: 0 auto;
}

.paper_finished_list .item p a.item_a {
    padding: 5px 0;
    background: orangered;
    font-size: 13px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/*paper_win*/
.paper_win {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.25);
}

.paper_win_wrap {
    width: 82%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.paper_win_wrap .paper_header {
    padding: 15px 20px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-bottom: 1px #e5e5e5 solid;
}

.paper_win_wrap .paper_body {
    padding: 15px;
    border-bottom: 1px #e5e5e5 solid;
}

.paper_win_wrap .paper_body .tips {
    font-size: 15px;
}

.paper_win_wrap .paper_footer {
    display: flex;
    padding: 10px 0;
    justify-content: center;
}

.paper_win_wrap .paper_footer button {
    margin: 0 10px;
    padding: 8px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.paper_win_wrap .paper_footer button:first-child {
    background: #e5e5e5;
}

.paper_win_wrap .paper_footer button:last-child {
    background: orangered;
    color: #ffffff;
}


/*examination_info*/
.examination_info {
    width: 100%;
}

.examination_info .item {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px #e5e5e5 solid;
    font-size: 16px;
}

.examination_info .item .title {
    font-size: 16px;
    color: #8999a6;
}

.examination_info .item .exam-title {
    color: orangered;
    margin-top: 10px;
    margin-bottom: 10px;
}

.examination_info .item .exam-info {
    display: flex;
    margin-top: 5px;
    font-size: 14px;
}

.examination_info .item .exam-info span {
    margin-right: 10px;
}

.examination_info .btn {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}

.examination_info .btn a {
    padding: 8px 40px;
    background: #137364;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}




/*popup_win*/
.popup_win {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.25);
}

.popup_win_wrap {
    width: 82%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.popup_win_wrap .popup_header {
    padding: 15px 20px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-bottom: 1px #e5e5e5 solid;
}

.popup_win_wrap .popup_body {
    padding: 15px;
    border-bottom: 1px #e5e5e5 solid;
}

.popup_win_wrap .popup_body .title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.popup_win_wrap .popup_body .tips {
    font-size: 15px;
    color: orangered;
    margin-top: 10px;
}

.popup_win_wrap .popup_body .desc {
    font-size: 13px;
    color: #999999;
    margin-top: 10px;
}

.popup_win_wrap .popup_body .desc a {
    color: orangered;
}

.popup_win_wrap .popup_footer {
    display: flex;
    padding: 10px 0;
    justify-content: center;
}

.popup_win_wrap .popup_footer button {
    margin: 0 10px;
    padding: 8px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.popup_win_wrap .popup_footer button:first-child {
    background: #e5e5e5;
}

.popup_win_wrap .popup_footer button:last-child {
    background: orangered;
    color: #ffffff;
}


/*pay_info*/
.pay_info {
    width: 100%;
}
.pay_info .info{
    text-align: center;
}
.pay_info .info .title{
    font-size: 15px;
    color: #000;
}
.pay_info .info .price{
    font-size: 14px;
    color: orangered;
}

.weixin_pay {
    width: 100%;
    margin: 20px auto 0;
    padding: 15px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.weixin_pay_1{
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}
.weixin_pay_2{
    margin-top: 10px;
}
.weixin_pay_2 #qrcode{
    text-align: center;
}
.weixin_pay_2 #qrcode img{
    width: 160px;
    height: 160px;
    display: inline;
}
.weixin_pay_2_2{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}