/**暂定须知样式**/
::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar {
    width: 10px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.3);
    background-clip: padding-box;
    min-height: 28px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.content .yuyue-content .yuyue-person .table-title {
    width: 1100px;
    border-top: 0;
    margin-top: 20px
}

.content .yuyue-content .yuyue-person .table-title tr td {
    text-align: center;
    padding: 0
}

.content .yuyue-content .yuyue-person .table-title tr td div {
    font-family: Microsoft Yahei;
    border-bottom: 2px solid #da4453;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    line-height: 30px
}

.content {
    min-height: calc(100vh - 215px);
    width: 1100px;
    margin: 0 auto
}

.content .yuyue-content {
    min-height: calc(100vh - 215px);
    height: auto;
    padding-bottom: 15px
}

.content .yuyue-content h1 {
    text-align: left;
    font-size: 16px;
    margin: 10px 0;
    color: #03a852
}

.content .yuyue-content h1.normal {
    color: #55555a;
    height: 40px;
    line-height: 40px;
    background: rgba(3,168,82,.1);
    border-left: 6px solid #03a852;
    padding: 0 30px
}

.content .yuyue-content h1.normal.bl {
    background: #fff;
    border: 0;
    padding: 0
}

.content .yuyue-content h1.normal.bl .jumpto_orderlist {
    cursor: pointer
}

.content .yuyue-content h1.normal.bl .jumpto_orderlist:hover {
    text-decoration: underline
}

.content .yuyue-content h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 400
}

.content .yuyue-content .ticket-item {
    width: 800px;
    min-height: 300px;
    margin: 20px auto;
    border-radius: 10px;
    padding: 20px 30px;
    text-align: left;
    line-height: 20px
}

.content .yuyue-content .ticket-item.item-free {
    background: url(../images/item_free.png?32c116caf279bd3a41d6834251b7fb7b);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff
}

.content .yuyue-content .ticket-item.item-fee {
    background: url(../images/item_fee.png?55bb798c54f719f1430cd6ea14f11fb6);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #000
}

.content .yuyue-content .ticket-item.item-blue {
    background: url(../images/item_blue.png?3a4c41f6f49fad76dd830e50d9b80327);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff
}

.content .yuyue-content .ticket-item h3 {
    font-size: 18px;
    line-height: 30px
}

.content .yuyue-content .ticket-item label {
    display: block;
    font-size: 16px
}

.content .yuyue-content .ticket-item p {
    font-size: 16px;
    font-family: Microsoft Yahei
}

.content .yuyue-content .ticket-item p.zl-p {
    border-top: 2px solid #bc795c;
    padding-top: 20px;
    margin-top: 10px
}

.content .yuyue-content .ticket-item .item-action {
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.content .yuyue-content .ticket-item .item-action button {
    width: 140px;
    margin: 0 40px;
    height: 36px;
    border-radius: 20px;
    color: #fff;
    background: #c63f47;
    border: none;
    cursor: pointer;
    line-height: 36px;
    font-family: fzqkbysjw,arial;
    box-shadow: 0 2px 6px rgba(0,0,0,.3)
}

.content .yuyue-content .ticket-item .item-action button:focus,.content .yuyue-content .ticket-item .item-action button:hover {
    background: #953139
}

.content .yuyue-content .ticket-item .item-action button:focus {
    outline: none
}

.content .yuyue-content .ticket-item .item-action button a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%
}

.content .yuyue-content .table-big {
    border-collapse: collapse;
    border-spacing: 0;
    width: 1100px;
    text-align: center
}

.content .yuyue-content .table-big tr {
    text-align: left;
    height: 0;
    border-bottom: 1px solid #ccc
}

.content .yuyue-content .table-big tr:last-of-type {
    border-bottom: none
}

.content .yuyue-content .table-big tr td {
    vertical-align: top;
    text-align: center
}

.content .yuyue-content .table-big tr td div {
    margin: 10px 0;
    display: inline-block
}

.content .yuyue-content .table-big tr td div input,.content .yuyue-content .table-big tr td div select {
    padding: 0 10px
}

.content .yuyue-content .table-big tr td .small-table tr {
    border: 0
}

.content .yuyue-content .table-big tr td .small-table tr td .ticket-price {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px
}

.content .yuyue-content .table-big tr td .sel-ticket-type .other-label {
    background: url(../images/no_selected.png?3c113021048e899004c677c241f6b766) no-repeat 0 0
}

.content .yuyue-content .table-big tr td .sel-ticket-type .selected_act {
    background: url(../images/selected_status.png?45e9a746097270e62ec5dea7a3292554) no-repeat 0 0
}

.content .yuyue-content .table-big tr td .sel-ticket-type label {
    overflow: hidden;
    display: block;
    min-height: 23px;
    cursor: pointer
}

.content .yuyue-content .table-big tr td .sel-ticket-type label input {
    width: 0;
    height: 0;
    float: left
}

.content .yuyue-content .table-big tr td .sel-ticket-type label .ticket-name {
    float: left;
    margin-left: 33px;
    font-size: 16px;
    line-height: 24px
}

.content .yuyue-content .table-big tr td .sel-ticket-type .label-one {
    cursor: not-allowed;
    background: url(../images/default_selected.png?813fecf9ac5bf72b470819e4ac174042) no-repeat 0 0
}

.content .yuyue-content .table-big tr td .sel-ticket-type .label-one span {
    cursor: not-allowed
}

.content .yuyue-content .table-big tr span {
    display: inline-block;
    cursor: pointer
}

.content .yuyue-content .table-big tr span.num {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    margin-top: 6px;
    color: #999
}

.content .yuyue-content .table-big tr span.del-tr {
    color: #03a852
}

.content .yuyue-content .add-div {
    border-bottom: 2px solid #03a852;
    width: 1100px
}

.content .yuyue-content .add-div .total-money {
    float: right;
    margin-top: 30px;
    margin-right: 10px
}

.content .yuyue-content .add-div .total-money span:first-of-type {
    color: #55555a;
    font-size: 16px
}

.content .yuyue-content .add-div .total-money span:last-of-type {
    font-size: 26px;
    color: #ff3600
}

.content .yuyue-content .add-div .add-tr {
    display: inline-block;
    width: 140px;
    height: 40px;
    border: 1px solid #03a852;
    line-height: 38px;
    text-align: center;
    background: #fff;
    margin: 20px 100px;
    cursor: pointer;
    border-radius: 20px;
    color: #03a852
}

.content .yuyue-content .add-div .add-tr span {
    float: left;
    font-size: 16px
}

.content .yuyue-content .add-div .add-tr span:first-of-type {
    font-size: 30px;
    margin-left: 15px;
    line-height: 34px
}

.content .yuyue-content .add-div .rest-num {
    display: inline-block;
    vertical-align: top;
    line-height: 80px;
    color: #999
}

.content .yuyue-content .register-div {
    margin-top: 20px
}

.content .yuyue-content .register-div .phone-div {
    margin: 15px 0
}

.content .yuyue-content .register-div .phone-div label {
    display: inline-block;
    width: 160px;
    text-align: right;
    margin-right: 20px
}

.content .yuyue-content .register-div .phone-div input {
    height: 40px
}

.content .yuyue-content .register-div .phone-div #getCodeBtn {
    width: 110px;
    height: 40px;
    background: #ed5565;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 15px
}

.content .yuyue-content .register-div .phone-div .img-code {
    width: 110px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer
}

.content .yuyue-content .remark-div {
    margin-top: 20px
}

.content .yuyue-content .remark-div p {
    line-height: 200%;
    font-size: 14px!important;
    color: #888;
    margin-bottom: 0!important
}

.content .yuyue-content .submit-warn {
    width: 100%;
    text-align: center;
    color: #ed5565;
    margin: 20px 0;
    font-size: 18px
}

.content .yuyue-content .confirm-p {
    text-align: left;
    margin-bottom: 20px
}

.content .yuyue-content .confirm-p.red {
    color: #ed5565
}

.content .yuyue-content .calendar-remark-div {
    text-align: left;
    margin-top: 15px
}

.content .yuyue-content .calendar-remark-div p {
    line-height: 200%;
    margin: 0;
    color: #333;
    font-size: 16px
}

.content .yuyue-content .yuyue-person {
    text-align: left;
    font-size: 16px
}

.content .yuyue-content .yuyue-person .choose-div {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    font-family: Microsoft Yahei,arial;
    width: 100%;
    height: 20px;
    line-height: 20px;
    position: relative;
    margin: 30px 0;
    margin-left: 120px
}

.content .yuyue-content .yuyue-person .choose-div:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -120px;
    width: 90px;
    height: 1px;
    background: #9b9999
}

.content .yuyue-content .yuyue-person .choose-div:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 120px;
    width: 120px;
    height: 1px;
    background: #9b9999
}

.content .yuyue-content .yuyue-person p {
    position: relative;
    font-size: 14px;
    line-height: 40px;
    display: block;
    float: left
}

.content .yuyue-content .yuyue-person p.content-p {
    margin: 0
}

.content .yuyue-content .yuyue-person p span.span-title {
    display: inline-block;
    min-width: 100px
}

.content .yuyue-content .yuyue-person p.p-file input[type=file] {
    opacity: 0;
    width: 140px;
    height: 30px
}

.content .yuyue-content .yuyue-person p.p-file .div-file {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 116px;
    background: #cbcbcb;
    border-radius: 5px;
    width: 140px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.content .yuyue-content .yuyue-person p.p-file .div-file span {
    font-size: 40px;
    float: left;
    display: inline-block;
    padding-left: 20px;
    margin-right: -20px
}

.content .yuyue-content .yuyue-person p.p-file img.none {
    display: none
}

.content .yuyue-content .yuyue-person p.p-file img {
    display: block;
    width: 200px;
    margin: 10px 0;
    margin-left: 115px
}

.content .yuyue-content .yuyue-person div.form-div {
    margin: 10px 0
}

.content .yuyue-content .yuyue-person div.form-div label {
    width: 100px;
    display: inline-block
}

.content .yuyue-content .yuyue-person div.form-div label.hint-label {
    width: auto;
    margin-left: 20px;
    color: #999
}

.content .yuyue-content .yuyue-person h4 {
    font-family: Microsoft Yahei,arial;
    font-size: 20px;
    font-weight: bolder;
    margin: 20px 0;
    width: 100%
}

.content .yuyue-content .yuyue-person h4.price-fee span {
    color: #c63f47
}

.content .yuyue-content .yuyue-person input,.content .yuyue-content .yuyue-person select {
    height: 40px;
    border: 1px solid #ccc
}

.content .yuyue-content .yuyue-person input.yanzheng,.content .yuyue-content .yuyue-person select.yanzheng {
    width: 160px
}

.content .yuyue-content .yuyue-person .alertmsg {
    font-family: Microsoft Yahei;
    font-size: 20px
}

.content .yuyue-content .yuyue-person .personal-action {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 40px
}

.content .yuyue-content .yuyue-person .personal-action div.order-btn {
    display: inline-block
}

.content .yuyue-content .yuyue-person .personal-action input[type=submit] {
    width: 200px;
    margin: 0 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #03a852;
    border: none;
    cursor: pointer;
    line-height: 38px;
    font-family: Microsoft Yahei,arial;
    font-size: 15px
}

.content .yuyue-content .yuyue-person .personal-action input[type=submit]:disabled,.content .yuyue-content .yuyue-person .personal-action input[type=submit]:hover {
    background: #025f2e
}

.content .yuyue-content .yuyue-person .personal-action input[type=submit] a {
    color: #fff
}

.content .yuyue-content .yuyue-person .personal-action input[type=button] {
    width: 200px;
    margin: 0 40px;
    height: 40px;
    border-radius: 20px;
    color: #666;
    background: none;
    border: 1px solid #aaa;
    cursor: pointer;
    line-height: 38px;
    font-family: Microsoft Yahei,arial;
    font-size: 15px
}

.content .yuyue-content .yuyue-person .personal-action input[type=button] a {
    color: #c63f47
}

.content .yuyue-content .yuyue-person .personal-action input[type=button].red-btn {
    background-color: #da4453;
    color: #fff;
    border: 1px solid #da4453
}

.content .yuyue-content .yuyue-person.confirm-info .confirm-table thead {
    border-bottom: 1px solid #000
}

.content .yuyue-content .yuyue-person.confirm-info .confirm-table thead td {
    text-align: center;
    height: 50px;
    border-top: 2px solid #03a852
}

.content .yuyue-content .yuyue-person.confirm-info .confirm-table tbody tr {
    height: 40px;
    border-bottom: 1px solid #ccc
}

.content .yuyue-content .yuyue-person.confirm-info .confirm-table tbody tr td {
    text-align: center;
    line-height: 40px;
    vertical-align: top;
    padding: 10px 0
}

.content .yuyue-content .yuyue-person.confirm-info .confirm-table tbody tr:last-of-type {
    border-bottom: 2px solid #03a852
}

.content .yuyue-content .yuyue-person.confirm-info .cal-div {
    margin: 20px 0;
    text-align: right
}

.content .yuyue-content .yuyue-person.confirm-info .cal-div label.red {
    color: #ed5565;
    font-size: 24px;
    margin-left: 20px
}

.content .yuyue-content .yuyue-person.confirm-info .remark-div {
    margin-top: 20px
}

.content .yuyue-content .yuyue-person.confirm-info .remark-div p {
    line-height: 200%;
    margin: 0
}

.content .pay-div {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent
}

.content .pay-div>div {
    font-family: Microsoft Yahei;
    height: 25rem;
    top: 100px;
    width: 100%
}

.content .pay-div>div .banner {
    border-bottom: 1px solid #680b00;
    line-height: 30px;
    vertical-align: bottom;
    color: #000
}

.content .pay-div>div .banner img {
    height: 1.4rem;
    float: left;
    margin-top: 1.2rem;
    margin-left: 1.5rem
}

.content .pay-div>div .banner label {
    font-size: 1.3rem
}

.content .pay-div>div .msg {
    margin-top: 20px
}

.content .pay-div>div .msg p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #333
}

.content .pay-div>div .msg label {
    font-size: 18px;
    color: #000
}

.content .pay-div>div .msg label.red {
    color: #680b00;
    margin-right: 100px
}

.content .pay-div>div .paytype {
    margin-top: 20px
}

.content .pay-div>div .paytype div:first-of-type {
    background: #404040;
    color: #fff;
    padding: 5px 60px
}

.content .pay-div>div .paytype div:nth-of-type(2) {
    background: #e7e7e7;
    height: 160px
}

.content .pay-div>div .paytype div:nth-of-type(2) ul li {
    display: inline-block;
    line-height: 160px;
    margin-left: 120px;
    cursor: pointer;
    margin-bottom: 1rem
}

.content .pay-div>div .paytype div:nth-of-type(2) ul li img {
    margin-top: .3rem;
    height: 20px;
    margin-right: 20px;
    cursor: pointer
}

.content .pay-div>div .paytype div:nth-of-type(2) ul li img.logo-img {
    position: relative;
    top: 6px;
    height: 30px;
    margin-right: 5px
}

.content .pay-div>div .paytype div:nth-of-type(2) ul li label {
    color: #666;
    cursor: pointer
}

.content .pay-div>div .btn-div {
    margin-top: 100px;
    padding-left: 200px
}

.content .pay-div>div .btn-div button {
    width: 200px;
    margin: 0 40px;
    height: 36px;
    border-radius: 5px;
    color: #c63f47;
    background: none;
    border: 1px solid #c63f47;
    cursor: pointer;
    line-height: 36px;
    font-family: Microsoft Yahei,arial;
    box-shadow: 0 2px 6px rgba(0,0,0,.3);
    font-size: 15px
}

.content .pay-div>div .btn-div button.red-btn {
    background: #c63f47;
    color: #fff
}

.content .confirm-div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    font-family: Microsoft Yahei
}

.content .confirm-div>div {
    position: relative;
    background: #fff;
    border-radius: .5rem;
    height: 10rem;
    width: 20rem;
    margin-top: 30vh;
    margin-left: calc(50% - 10rem)
}

.content .confirm-div>div img {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 1rem;
    cursor: pointer
}

.content .confirm-div>div p {
    margin: 2rem .5rem;
    padding-top: 3rem;
    color: #000
}

.content .confirm-div>div button {
    display: inline-block;
    width: 5rem;
    height: 2rem;
    border-radius: .4rem;
    color: #03a852;
    background: #fff;
    border: 2px solid #03a852;
    cursor: pointer;
    font-size: 1rem;
    font-family: Microsoft Yahei
}

.content .confirm-div>div button.confirm-btn {
    color: #fff;
    background: #03a852;
    border: 1px solid #03a852
}

.content .confirm-div>div button.cancel-btn {
    margin-right: 2rem
}

.content .success-div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6)
}

.content .success-div>div {
    background: #fff;
    width: 80%;
    border-radius: .5rem;
    margin: 4rem auto 0;
    padding: 2rem;
    text-align: center;
    font-family: Microsoft Yahei
}

.content .success-div>div img {
    width: 4rem;
    margin-bottom: .5rem
}

.content .success-div>div h2 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #666
}

.content .success-div>div p {
    margin: .8rem 0;
    color: #999
}

.content .success-div>div p span {
    display: inline-block;
    margin: 0 10px;
    color: #a72127;
    min-width: 10rem
}

.content .success-div>div p a {
    color: #a72127;
    border-bottom: 1px solid #a72127
}

.content .success-div>div p.person-p {
    text-align: left
}

.content .success-div>div .success-action {
    width: 100%;
    margin: 2rem 0
}

.content .success-div>div .success-action button,.content .success-div>div .success-action input[type=button] {
    width: 6rem;
    height: 2rem;
    border-radius: 1rem;
    color: #fff;
    background: #a72127;
    border: none;
    cursor: pointer;
    font-family: Microsoft Yahei
}

.content .success-div>div .success-action button a,.content .success-div>div .success-action input[type=button] a {
    color: #fff
}

.content .wxzf-div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    font-family: Microsoft Yahei
}

.content .wxzf-div>div {
    position: absolute;
    padding-top: 40px;
    top: 30%;
    left: calc(50% - 350px);
    width: 700px;
    height: 400px;
    border-radius: .5rem;
    background: #fff
}

.content .wxzf-div>div .left {
    width: 210px;
    display: inline-block;
    vertical-align: top;
    margin-right: 60px;
    margin-top: 40px
}

.content .wxzf-div>div .left .alert-label {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: left
}

.content .wxzf-div>div .left .alert-label span {
    color: red
}

.content .wxzf-div>div .left .alert-label.red {
    color: red;
    position: absolute;
    margin-top: 90px;
    margin-left: 7px;
    width: 190px
}

.content .wxzf-div>div .left .alert-label a {
    cursor: pointer;
    color: #67a4ff
}

.content .wxzf-div>div .left .qrcode-div {
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    padding: 10px
}

.content .wxzf-div>div .left .qrcode-div img {
    width: 180px;
    margin-top: 0
}

.content .wxzf-div>div .left label {
    display: block;
    margin-top: 20px;
    font-size: 20px
}

.content .wxzf-div>div img {
    margin-top: 10px;
    width: 260px
}

.content .wxzf-div>div img.close {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px
}

.content .wxzf-div>div p {
    margin: .5rem .5rem 1rem;
    color: #fff
}

.content .success-content {
    width: 782px;
    margin: 60px auto;
    text-align: center;
    font-family: Microsoft Yahei,arial;
    color: #353535
}

.content .success-content img {
    width: 60px
}

.content .success-content label {
    line-height: 60px;
    vertical-align: top;
    font-size: 20px;
    margin-left: 20px
}

.content .success-content h2 {
    font-size: 18px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    width: 640px;
    line-height: 40px
}

.content .success-content h2 a.nav-item {
    color: #da4453;
    border-bottom: 1px solid #da4453
}

.content .success-content p {
    margin-top: 60px;
    color: #999;
    text-align: center;
    line-height: 30px
}

.content .success-content p.left-p {
    text-align: left
}

.content .success-content p span {
    display: inline-block;
    margin: 0 10px;
    color: #c63f47
}

.content .success-content p a {
    color: #c63f47;
    border-bottom: 1px solid #c63f47
}

.content .success-content p.reciprocal {
    color: #aaa
}

.content .success-content .success-action {
    width: 100%;
    margin-top: 80px
}

.content .success-content .success-action button,.content .success-content .success-action input[type=button] {
    width: 200px;
    margin: 0 40px;
    height: 36px;
    border-radius: 18px;
    color: #fff;
    background: #03a852;
    border: none;
    cursor: pointer;
    line-height: 36px;
    font-family: Microsoft Yahei,arial
}

.content .success-content .success-action button.back-btn,.content .success-content .success-action input[type=button].back-btn {
    border: 1px solid #ccc;
    background: #fff;
    color: #666
}

.content .success-content .success-action button.back-btn:focus,.content .success-content .success-action button.back-btn:hover,.content .success-content .success-action input[type=button].back-btn:focus,.content .success-content .success-action input[type=button].back-btn:hover {
    background: #eee
}

.content .success-content .success-action button:focus,.content .success-content .success-action button:hover,.content .success-content .success-action input[type=button]:focus,.content .success-content .success-action input[type=button]:hover {
    background: #025f2e;
}

.content .success-content .success-action button:focus,.content .success-content .success-action input[type=button]:focus {
    outline: none
}

.content .success-content .success-action button a,.content .success-content .success-action input[type=button] a {
    color: #fff
}

.content .pay_order p {
    text-align: left;
    font-size: 14px
}

.content .pay_order .pay_order_p {
    overflow: hidden
}

.content .pay_order .pay_order_p span:first-of-type {
    font-size: 16px;
    float: left;
    color: #818181;
    font-weight: 700
}

.content .pay_order .pay_order_p span:last-child {
    color: #323232;
    font-size: 14px;
    float: right
}

.content .pay_order .pay_order_p span:last-child font {
    color: #ff3600;
    font-size: 28px
}

.content .pay_order .pay_order_status {
    margin-top: 20px
}

.content .pay_order .pay_order_date,.content .pay_order .pay_order_number,.content .pay_order .pay_order_status {
    height: 14px;
    line-height: 14px
}

.content .pay_order .pay_order_number {
    margin: 20px 0
}

.content .pay_order .pay_order_date {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc
}

.content .pay_order .select_pay_type {
    font-size: 16px;
    color: #323232;
    margin-top: 20px
}

.content .pay_order .submit_order {
    margin-top: 80px
}

.content .pay_order .submit_order span {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin: 0 80px
}

.content .pay_order .submit_order span:last-child {
    width: 220px;
    height: 48px;
    background: #da4453;
    color: #fff;
    line-height: 48px;
    border-radius: 24px
}

.content .pay_order .submit_order span:first-child {
    width: 218px;
    height: 46px;
    color: #55555a;
    line-height: 46px;
    border-radius: 24px;
    border: 1px solid #ed5565
}

.content .pay_order .pay_select {
    overflow: hidden;
    margin: 30px 0
}

.content .pay_order .pay_select .pay_select_div {
    width: 238px;
    height: 78px;
    float: left
}

.content .fail-content {
    width: 782px;
    margin: 60px auto;
    text-align: center;
    font-family: Microsoft Yahei,arial;
    color: #353535
}

.content .fail-content img {
    width: 60px
}

.content .fail-content label {
    line-height: 60px;
    vertical-align: top;
    font-size: 20px;
    margin-left: 20px
}

.content .fail-content span {
    display: inline-block;
    margin-left: 20px;
    line-height: 60px;
    font-size: 18px;
    vertical-align: top
}

.content .fail-content p {
    margin-top: 60px;
    color: #999;
    line-height: 30px
}

.content .fail-content p span {
    display: inline-block;
    margin: 0 10px;
    color: #c63f47
}

.content .fail-content p a {
    color: #c63f47;
    border-bottom: 1px solid #c63f47
}

.content .fail-content p.reciprocal {
    color: #aaa
}

.content .fail-content .success-action {
    width: 100%;
    margin-top: 80px
}

.content .fail-content .success-action button,.content .fail-content .success-action input[type=button] {
    width: 200px;
    margin: 0 40px;
    height: 36px;
    border-radius: 18px;
    color: #fff;
    background: #03a852;
    border: none;
    cursor: pointer;
    line-height: 36px;
    font-family: Microsoft Yahei,arial
}

.content .fail-content .success-action button.back-btn,.content .fail-content .success-action input[type=button].back-btn {
    border: 1px solid #ccc;
    background: #fff;
    color: #666
}

.content .fail-content .success-action button.back-btn:focus,.content .fail-content .success-action button.back-btn:hover,.content .fail-content .success-action input[type=button].back-btn:focus,.content .fail-content .success-action input[type=button].back-btn:hover {
    background: #eee
}

.content .fail-content .success-action button:focus,.content .fail-content .success-action button:hover,.content .fail-content .success-action input[type=button]:focus,.content .fail-content .success-action input[type=button]:hover {
    background: #025f2e;
}

.content .fail-content .success-action button:focus,.content .fail-content .success-action input[type=button]:focus {
    outline: none
}

.content .fail-content .success-action button a,.content .fail-content .success-action input[type=button] a {
    color: #fff
}

.content ul.order-tab {
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    font-family: Microsoft Yahei;
    margin-bottom: 10px;
    text-align: left
}

.content ul.order-tab li {
    display: inline-block;
    font-size: 16px;
    width: 50%;
    cursor: pointer;
    background: #fff;
    color: #404040;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,.3)
}

.content ul.order-tab li.active {
    background: #a82126;
    color: #fff
}

.content ul.order-tab li:first-of-type {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.content ul.order-tab li:last-of-type {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.content .order-div {
    background: #fbeced;
    border: 1px solid #da4453;
    overflow: hidden;
    height: 100px;
    padding: 10px 24px
}

.content .order-div p {
    width: 504px
}

.content .order-div label {
    margin-right: 20px
}

.content .order_act {
    background: #eee;
    border: 1px solid #bfbfbf
}

.content .visitor_info {
    height: 60px;
    padding-left: 36px;
    font-size: 16px;
    line-height: 60px
}

.content .visitor_info .ticket_status {
    float: right;
    font-size: 14px;
    margin-right: 50px
}

.content .visitor_info .ticket_status span:first-of-type {
    display: inline-block;
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 23px;
    margin-right: 10px
}

.content .visitor_info .ticket_status span:last-of-type {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    float: left
}

.content .order-personal {
    font-family: Microsoft Yahei
}

.content .order-personal .more {
    width: 158px;
    height: 40px;
    border: 1px solid #ad011b;
    font-size: 18px;
    color: #ad011b;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin: 0 auto;
    background: #fff
}

.content .order-personal .no_click {
    color: #bbb;
    border-color: #bbb;
    cursor: not-allowed
}

.content .order-personal table {
    width: 100%;
    margin-bottom: 20px
}

.content .order-personal table thead {
    border-top: 1px solid #03a852;
    border-bottom: 1px solid #2a2a2a
}

.content .order-personal table thead td {
    text-align: center;
    height: 40px;
    color: #000;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0
}

.content .order-personal table tbody tr {
    min-height: 35px
}

.content .order-personal table tbody tr td {
    text-align: center;
    line-height: 35px;
    vertical-align: top;
    border: 1px solid #ccc;
    border-top: 0
}

.content .order-personal table tbody .bgcolor {
    background: rgba(218,68,83,.05)
}

.content .order-personal table span {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer
}

.content .order-personal table span.action-cancel,.content .order-personal table span.action-refunds {
    color: #c63c44;
    border-bottom: 1px solid #c63c44
}

.content .order-personal table span.action-pay {
    color: #d8a775;
    border-bottom: 1px solid #d8a775
}

.content .order-personal table span.action-detail {
    color: #00a8ff;
    line-height: 16px;
    font-size: 14px;
    border-bottom: 1px solid #00a8ff
}

.content .order-personal .total_price {
    height: 40px;
    background: #ed5565;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    position: relative
}

.content .order-personal .total_price p {
    position: absolute;
    top: 0;
    right: 30px;
    height: 40px;
    line-height: 40px;
    width: auto
}

.content .order_personal_list table thead {
    border-top: 0;
    border-bottom: 2px solid #ed5565
}

.content .order_personal_list table thead tr {
    background: rgba(218,68,83,.1)
}

.content .order_personal_list table thead tr td {
    border: 0
}

.content .order_personal_list table tbody {
    border-bottom: 2px solid #ed5565
}

.content .order_personal_list table tbody tr.isopacity {
    opacity: .5
}

.content .order_personal_list table tbody tr td {
    border: 0;
    vertical-align: middle
}

.content .order_personal_list table tbody tr td span {
    line-height: 16px;
    font-size: 14px;
    margin: 0
}

.content .order-team {
    font-family: Microsoft Yahei
}

.content .order-team .more {
    width: 158px;
    height: 40px;
    border: 1px solid #ad011b;
    font-size: 18px;
    color: #ad011b;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin: 0 auto;
    background: #fff
}

.content .order-team .no_click {
    color: #bbb;
    border-color: #bbb;
    cursor: not-allowed
}

.content .order-team table {
    width: 100%;
    margin-bottom: 20px
}

.content .order-team table thead {
    border-top: 1px solid #da4453;
    border-bottom: 1px solid #2a2a2a
}

.content .order-team table thead td {
    text-align: center;
    height: 40px;
    color: #000;
    border-top: 0;
    border-bottom: 0
}

.content .order-team table tbody {
    border-bottom: 1px solid #ccc
}

.content .order-team table tbody tr {
    min-height: 35px
}

.content .order-team table tbody tr td {
    text-align: center;
    line-height: 35px;
    vertical-align: top;
    border-top: 0
}

.content .order-team table tbody .bgcolor {
    background: rgba(218,68,83,.05)
}

.content .order-team table span {
    cursor: pointer;
    margin: 0 5px
}

.content .order-team table span.action-cancel,.content .order-team table span.action-refunds {
    color: #c63c44;
    border-bottom: 1px solid #da4453
}

.content .order-team table span.action-pay {
    color: #d8a775;
    border-bottom: 1px solid #d8a775
}

.content .order-team table span.action-detail {
    color: #00a8ff;
    line-height: 16px;
    font-size: 14px;
    border-bottom: 1px solid #00a8ff
}

.content .order-team #detail-table .return-ticket {
    background: none;
    border: none;
    color: #da4453;
    font-size: 16px;
    border-bottom: 1px solid #da4453
}

.content .order-team #detail-table .cb {
    width: 40px!important;
    min-width: 40px;
    width: 0;
    height: 0
}

.content .order-team #detail-table .cb:before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #666;
    position: relative;
    top: -17px
}

.content .order-team #detail-table .cb:checked:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/checked.png?9b5e7fbec62944f544a4b9d2d6606ed1);
    border: none
}

.content .banner-img {
    position: absolute;
    top: 90px;
    left: 0
}

.content .banner-img,.content .banner-img img {
    width: 100%;
    height: auto
}

.content .progress-div {
    margin: 15px 0;
    overflow: hidden
}

.content .progress-div div {
    display: inline-block;
    float: left;
    position: relative;
    width: 24%;
    height: 40px;
    background: url(../images/progress2.png?3f33efe0998ce70e5d27a05ea8ca632c);
    line-height: 40px;
    width: 294px;
    margin-left: -28px
}

.content .progress-div div.red {
    color: #fff;
    background: url(../images/progress3.png?30af306e3317821c7396f6c413495c89)
}

.content .progress-div div.reded {
    color: #fff;
    background: url(../images/progress7.png?4de2b0b6539eef6060ebe31b5b5708ca)
}

.content .progress-div div:first-of-type {
    background: url(../images/progress1.png?5d303be0d1c32e9410df1c8e3e96559b);
    margin-left: 0
}

.content .progress-div div:first-of-type.red {
    background: url(../images/progress1.png?5d303be0d1c32e9410df1c8e3e96559b)
}

.content .progress-div div:first-of-type.reded {
    background: url(../images/progress6.png?9c6e36fcaf2f17ad9476eb96b97a34cd)
}

.content .progress-div div:nth-of-type(4) {
    background: url(../images/progress4.png?b90d377055e63098a3c0a9c40a8fd24f)
}

.content .progress-div div:nth-of-type(4).red {
    background: url(../images/progress5.png?ad925ba10b22923eb07d5aabdc39eaec)
}

.content .calendar-alert-msg {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,.8)
}

.content .team-progress-div {
    margin: 30px 0
}

.content .team-progress-div div {
    display: inline-block;
    position: relative;
    height: 70px;
    vertical-align: top
}

.content .team-progress-div div span {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url(../images/choose3.png?033dbd14d6064d629c1ae97d229f8bcc);
    background-size: cover
}

.content .team-progress-div div span.red {
    background: url(../images/choose4.png?acc79ff503cd9146bcc39880492d16bf);
    background-size: cover
}

.content .team-progress-div div label {
    width: 100px
}

.content .team-progress-div div label.line {
    display: inline-block;
    margin-top: 20px;
    width: 200px;
    height: 3px;
    background: #d9d9d9
}

.content .team-register-div h1 {
    color: #000;
    font-size: 16px;
    border-bottom: 2px solid #da4453
}

.content .team-register-div form {
    position: relative
}

.content .team-register-div div label {
    display: inline-block
}

.content .team-register-div div.form-div {
    margin-left: 50px!important
}

.content .team-register-div div.form-div label {
    width: 140px!important;
    line-height: 40px;
    text-align: right;
    margin-right: 20px
}

.content .team-register-div div.form-div .smscode {
    width: 170px;
    vertical-align: top
}

.content .team-register-div div.form-div .img-code {
    width: 110px;
    height: 40px;
    vertical-align: top
}

.content .team-register-div div.form-div #getCodeBtn {
    font-size: 14px;
    color: #fff;
    width: 110px;
    height: 40px;
    line-height: 40px;
    background: #da4453;
    vertical-align: top;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer
}

.content .team-register-div div.form-div .btn-disabled {
    color: #797979;
    background-color: #e7e7e7;
    cursor: default
}

.content .team-register-div div.file-div {
    position: relative;
    margin-bottom: 10px;
    margin-left: 50px!important
}

.content .team-register-div div.file-div label {
    width: 120px!important;
    line-height: 40px;
    text-align: right;
    margin-right: 20px
}

.content .team-register-div div.file-div input[type=file] {
    opacity: 0;
    width: 140px;
    height: 30px
}

.content .team-register-div div.file-div .div-file {
    display: inline-block;
    background: #da4453;
    color: #fff;
    border-radius: 5px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

.content .team-register-div div.file-div .div-file span {
    font-size: 40px;
    float: left;
    display: inline-block;
    padding-left: 20px;
    margin-right: -20px
}

.content .team-register-div div.file-div img.none {
    display: none
}

.content .team-register-div div.file-div img {
    position: absolute;
    left: 450px;
    top: -100px;
    display: block;
    max-width: 300px;
    max-height: 250px
}

.content .team-register-div div.file-div img.img-limit {
    max-height: 258px
}

.content .team-register-div div.file-div p {
    color: #999;
    font-size: 15px;
    line-height: 24px;
    margin: 10px 0 30px
}

.content .team-register-div div.team-confirm {
    position: relative;
    height: 320px;
    border-bottom: 2px solid #da4453;
    padding-right: 310px
}

.content .team-register-div div.team-confirm .formmsg-div {
    line-height: 50px
}

.content .team-register-div div.team-confirm .formmsg-div label {
    display: inline-block
}

.content .team-register-div div.team-confirm .formmsg-div label:first-of-type {
    width: 80px;
    text-align: right;
    margin-right: 20px
}

.content .team-register-div div.team-confirm .formmsg-div input {
    height: 36px;
    line-height: 36px
}

.content .team-register-div div.team-confirm .formmsg-div input.smscode {
    width: 180px;
    vertical-align: middle
}

.content .team-register-div div.team-confirm .formmsg-div #getCodeBtn {
    height: 36px;
    width: 95px;
    line-height: 18px;
    background: #da4453;
    border: 1px solid #da4453;
    border-radius: 4px;
    color: #fff;
    vertical-align: middle;
    font-size: 15px
}

.content .team-register-div div.team-confirm .img-div {
    position: absolute;
    top: 10px;
    right: 0
}

.content .team-register-div div.team-confirm .img-div label {
    display: block;
    margin-bottom: 10px
}

.content .team-register-div div.team-confirm .img-div img {
    max-height: 200px;
    max-width: 300px
}

.content .team-register-div div.personal-action .red-btn {
    background: #da4453;
    color: #fff;
    border: 1px solid #da4453!important;
    font-size: 15px
}

.content .team-register-div .audit-result {
    margin-bottom: 40px
}

.content .team-register-div .audit-result h1 {
    color: #000;
    border-left: 4px solid #da4453;
    border-bottom: none;
    padding: 5px 10px;
    font-size: 20px
}

.content .team-register-div .audit-result p {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 16px;
    text-align: left
}

.content .team-register-div .audit-result p.red-p {
    color: #da4453
}

.content .team-register-result {
    padding: 200px 40px
}

.content .team-register-result p {
    text-align: center
}

.content .yuyue-team h1 {
    color: #da4453;
    font-size: 16px
}

.content .yuyue-team h2 {
    border-bottom: 2px solid #da4453;
    padding-bottom: 10px
}

.content .yuyue-team h3 {
    text-align: left
}

.content .yuyue-team h4 {
    margin-top: 20px;
    text-align: left
}

.content .yuyue-team div.file-div,.content .yuyue-team div.form-div {
    text-align: left;
    margin: 15px 0
}

.content .yuyue-team div.file-div label,.content .yuyue-team div.form-div label {
    display: inline-block
}

.content .yuyue-team div.file-div label:first-of-type,.content .yuyue-team div.form-div label:first-of-type {
    width: 150px;
    text-align: right;
    margin-right: 20px
}

.content .yuyue-team div.form-div label.hint-label {
    width: auto;
    margin-left: 20px;
    color: #999
}

.content .yuyue-team div.form-div label.second-label {
    text-align: left
}

.content .yuyue-team div.form-div input,.content .yuyue-team div.form-div select {
    height: 40px;
    width: 280px;
    border: 1px solid #ccc
}

.content .yuyue-team div.file-div {
    position: relative
}

.content .yuyue-team div.file-div input[type=file] {
    opacity: 0;
    width: 140px;
    height: 30px
}

.content .yuyue-team div.file-div label.download-label {
    width: auto;
    font-size: 14px;
    color: #da4453;
    border-bottom: 1px solid #da4453;
    cursor: pointer
}

.content .yuyue-team div.file-div label.filename-label {
    display: block;
    width: auto;
    text-align: left;
    margin-left: 175px;
    color: #999;
    font-size: 14px;
    margin-top: 10px
}

.content .yuyue-team div.file-div label.label-btn {
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #666
}

.content .yuyue-team div.file-div label.label-btn.red {
    color: #da4453;
    border-bottom: 1px solid #da4453
}

.content .yuyue-team div.file-div .div-file {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 175px;
    background: #da4453;
    color: #fff;
    border-radius: 5px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.content .yuyue-team div.file-div .div-file span {
    font-size: 40px;
    float: left;
    display: inline-block;
    padding-left: 20px;
    margin-right: -20px
}

.content .yuyue-team div.file-div img.none {
    display: none
}

.content .yuyue-team div.file-div img {
    position: absolute;
    left: 500px;
    top: -400px;
    display: block;
    max-width: 280px;
    max-height: 280px
}

.content .yuyue-team div.file-div img.img-limit {
    max-height: 258px
}

.content .yuyue-team div.file-div p {
    color: #999;
    font-size: 15px;
    line-height: 24px;
    margin: 10px 0 30px
}

.content .yuyue-team div.remark-div {
    margin: 20px 0
}

.content .yuyue-team div.remark-div p {
    line-height: 200%;
    text-align: left;
    font-size: 14px!important;
    color: #888;
    margin-bottom: 0!important
}

.content .yuyue-team div.personal-action input {
    width: 200px;
    margin: 0 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #da4453;
    border: none;
    cursor: pointer;
    line-height: 38px
}

.content .yuyue-team div.personal-action input:disabled,.content .yuyue-team div.personal-action input:hover {
    background: #d04050
}

.content .yuyue-team div.personal-action input.back-btn {
    color: #666;
    background: #fff;
    border: 1px solid #ccc
}

.content .yuyue-team div.personal-action input.back-btn:disabled,.content .yuyue-team div.personal-action input.back-btn:hover {
    background: #fcfcfc
}

.content .yuyue-team div.alertmsg {
    text-align: left;
    color: #da4453
}

.content .yuyue-team div.alertmsg.orange {
    color: #ffb400
}

.content .yuyue-team div.alertmsg.green {
    color: #00be43
}

.content .yuyue-team div.reason-div {
    text-align: left;
    margin: 20px 0;
    line-height: 30px
}

.content .yuyue-team div.confirm-info {
    margin-top: 20px;
    position: relative;
    background: #eee;
    padding: 20px 20px 50px;
    border-bottom: 2px solid #da4453
}

.content .yuyue-team div.confirm-info .form-div {
    margin: 20px 0
}

.content .yuyue-team div.confirm-info .form-div label {
    display: inline-block
}

.content .yuyue-team div.confirm-info .form-div label:first-of-type {
    width: 100px;
    text-align: right
}

.content .yuyue-team div.confirm-info .form-div label.red {
    color: #da4453
}

.content .yuyue-team div.confirm-info .form-div button {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    background: #da4453;
    border: none;
    cursor: pointer;
    line-height: 30px
}

.content .yuyue-team div.confirm-info .img-div {
    position: absolute;
    bottom: 40px;
    right: 50px
}

.content .yuyue-team div.confirm-info .img-div label {
    display: block;
    margin-bottom: 10px;
    text-align: left
}

.content .yuyue-team div.confirm-info .img-div img.none {
    display: none
}

.content .yuyue-team div.confirm-info .img-div img {
    display: block;
    max-width: 300px;
    max-height: 300px
}

.content .yuyue-team div .order-btn {
    margin-top: 20px
}

.content .excel-div {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: 99999;
    font-family: Microsoft Yahei
}

.content .excel-div>div {
    position: absolute;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    top: 20vh;
    left: calc(50% - 300px);
    width: 600px
}

.content .excel-div>div .close-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 30px;
    display: block
}

.content .excel-div>div .table-div {
    width: 550px;
    margin-top: 20px;
    padding-top: 0;
    max-height: 60vh;
    overflow: auto
}

.content .excel-div>div .table-div .title-div {
    text-align: left;
    margin-bottom: 10px
}

.content .excel-div>div .table-div table {
    margin-bottom: 20px
}

.content .excel-div>div .table-div table tr td {
    border: 1px solid #ccc;
    text-align: left;
    padding: 10px
}

.content .excel-div>div .table-div table tr td.red {
    color: red
}

.content #chooseDate {
    height: 1px;
    width: 1px;
    border: none;
    caret-color: #fff
}

.content #dateId {
    height: 0;
    width: 0;
    border: none
}

.content #CalendarMain {
    width: 1100px;
    padding: 90px;
    margin: 20px auto;
    background: url(../images/calendar_back_02.png?591736f4c51d91ea697783e189d75c1d) #fff;
    background-size: 100% 100%;
    position: relative
}

.content #CalendarMain:after,.content #CalendarMain:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 26px;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.content #CalendarMain:before {
    top: 0;
    background-image: url(../images/calendar_back_01.png?4fd848ab9ef871eeeac3996903d49dad)
}

.content #CalendarMain:after {
    bottom: 0;
    background-image: url(../images/calendar_back_03.png?502cf00741597f0a261d56ea2bf358ed)
}

.content #CalendarMain * {
    font-family: Microsoft Yahei!important
}

.content #CalendarMain #context {
    width: 98%;
    margin-left: 1%;
    position: relative
}

.content #CalendarMain #context #center {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.content .operate-div {
    margin: 40px 0
}

.content .operate-div .btn {
    width: 240px;
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
    cursor: pointer
}

.content .operate-div .btn.person-order-btn,.content .operate-div .btn.team-order-btn {
    border: 1px solid #146460;
    background: #03a852;
    color: #fff
}

.content .register-wrap {
    position: relative
}

.content .register-wrap .nav-div {
    text-align: left;
    font-size: 18px;
    color: #666
}

.content .register-wrap .nav-div a {
    color: #666
}

.content .register-wrap h1 {
    border-bottom: 2px solid #ed5565;
    color: #666;
    font-size: 20px;
    margin-bottom: 40px
}

.content .register-wrap .register-input {
    text-align: left;
    margin: 20px
}

.content .register-wrap .register-input span {
    display: inline-block;
    width: 140px;
    text-align: right;
    margin-right: 20px
}

.content .register-wrap .register-input input {
    width: 300px;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc
}

.content .register-wrap .register-input input.yanzheng {
    width: 180px
}

.content .register-wrap .register-input #getCodeBtn {
    width: 110px;
    height: 40px;
    background: #ed5565;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-left: 5px;
    vertical-align: middle;
    font-size: 15px
}

.content .register-wrap .register-input .img-code {
    width: 110px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer
}

.content .register-wrap .submit-warn {
    margin-top: 60px
}

.content .register-wrap .jump-p {
    margin-top: 60px;
    font-size: 20px
}

.content .register-wrap .btn,.content .register-wrap .jumpbtn {
    position: absolute;
    top: 440px;
    left: 380px;
    width: 240px;
    height: 36px;
    border-radius: 18px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #991d25;
    background: #991d25;
    color: #fff
}

.content .register-wrap .jumpbtn {
    position: static;
    margin-top: 160px
}

button {
    outline: none;
    cursor: pointer
}

button,input,select {
    font-family: Microsoft Yahei!important
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.6);
    z-index: 2
}

.overlay img {
    width: 3rem;
    height: 3rem;
    margin-top: 49vh
}

input:-webkit-autofill {
    background-color: #faffbd;
    background-image: none;
    color: #000
}

.confirm-info-team {
    text-align: center!important;
    margin-top: 90px
}

.confirm-info-team label {
    font-size: 24px;
    line-height: 52px;
    color: #383838;
    background: url(../images/success2.png?fbaaadd11b2d79c2968a7dabd173f5bb) no-repeat 0;
    display: inline-block;
    padding-left: 90px
}

.operate-div {
    margin: 40px 0 0!important
}

.mask-fade-enter-active {
    animation: .3s mask-fade-in
}

.mask-fade-leave-active {
    animation: .3s mask-fade-out
}

@keyframes mask-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes mask-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 203;
    background-color: rgba(0,0,0,.65)
}

.state_modal {
    width: 306.5px;
    height: 474px;
    padding: 200px 20px 20px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 204;
    overflow: hidden;
    background-color: #fff;
    transform: translate3d(-50%,-50%,0);
    background: url(../images/state_modal.png?a14fbe74b5dfec7faaad4cd15e2a2146) 50%/100% 100% no-repeat
}

.state_modal__close {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.state_modal__cont {
    position: relative;
    height: 100%;
    padding: 20px;
    color: #000;
    font-size: 14px;
    border-radius: 6px;
    background-color: #fff
}

.state_modal__cont .state_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin-bottom: 15px
}

.state_modal__cont .state_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: left;
    max-height: 60%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.state_modal__cont .state_text p {
    position: relative;
    padding-left: 12px
}

.state_modal__cont .state_text p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    margin-right: 5px
}

.state_modal__cont .state_check {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    color: #858585
}

.state_modal__cont .state_check:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    flex-shrink: 0;
    transition: all .2s ease-out 0s;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(../images/no_selected.png?3c113021048e899004c677c241f6b766)
}

.state_modal__cont .state_check.on:before {
    background-image: url(../images/selected_status.png?45e9a746097270e62ec5dea7a3292554)
}

.state_modal__cont .state_check+.state_check {
    margin-top: 5px
}

.state_modal__cont .state_btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -61px;
    width: 122px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 18px;
    cursor: pointer;
    transition: all .2s ease-out 0s;
    background-color: #ed5565
}

.state_modal__cont .state_btn:active {
    opacity: .7
}
