/*------common------*/

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
div,
input,
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    font-size: 100%;
}

em,
i,
b {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none;
}

input {
    vertical-align: -2px;
    outline: 0;
}

textarea {
    resize: none;
}

td,
th,
ul,
ol {
    padding: 0px;
}

a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: inherit;
}

.fix {
    *zoom: 1;
}

.fix:after {
    content: "\20";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}

.clear {
    clear: both;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    height: 0px;
    line-height: 0px;
}

.clearfix {
    display: block;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
    cursor: pointer;
}

.ofh {
    overflow: hidden;
}

.dpb {
    display: block;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.clear {
    clear: both;
}

/*空白块*/

.page_block {
    width: 100%;
    height: 50px;
}

/*公共字體顏色*/

.color {
    color: #2796ff;
}

.color a {
    color: #2796ff;
}

/*.color a:hover{*/

/*color: #2796FF;*/

/*}*/

/*公共背景顏色*/

.color_bg {
    background: #2796ff;
}

/*報錯提示*/

.trip {
    /*display: inline-block;*/
    color: red;
    margin-top: 20px;
    word-wrap: break-word;
    font-size: 10px;
}

.trip p {
    line-height: 50px;
}

.b-trip {
    font-size: 10px;
    line-height: 50px;
    color: red;
}

.layout {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/*header*/

.header {
    width: 100%;
    height: 80px;
    background: #ffffff;
}

.header_in {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_logo {
    width: 120px;
    height: auto;
    margin: 0 140px 0 0;
}

.head_menu {
    width: auto;
    height: 80px;
    line-height: 80px;
}

.head_menu ul {
    width: 100%;
    height: 100%;
}

.head_menu ul li {
    width: auto;
    height: 80px;
    line-height: 80px;
    margin: 0 24px;
    float: left;
    color: #505050;
    font-size: 16px;
}

.head_menu ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #505050;
}

.head_menu ul li a.recommend {
    overflow: initial;
    position: relative;
}

.head_menu ul li a.recommend::before {
    content: "";
    position: absolute;
    top: 17px;
    right: -14px;
    width: 19px;
    height: 18px;
    background-image: url("../images/payment/recommend.png");
    background-size: 100% 100%;
}

.head_menu ul li.on a,
.head_menu ul li a:hover {
    color: #2796ff;
    border-bottom: 3px solid #2796ff;
    height: 77px;
}

.head_service {
    font-size: 14px;
    color: #969696;
    line-height: 80px;
}

/*未登錄*/

.header_in .muser-not {
    width: 175px;
    height: 30px;
    float: left;
    margin: 0 0 0 80px;
}

.muser-not .registered,
.muser-not .login {
    width: 70px;
    height: 30px;
    float: left;
    border: 1px solid #2796ff;
    margin-left: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #2796ff;
    border-radius: 5px;
}

.muser-not .registered a,
.muser-not .login a {
    height: 100%;
    display: block;
}

/*已登錄*/

.header_in .muser {
    width: 188px;
    height: 60px;
    float: left;
    margin: 20px 0 0 78px;
}

.header_in .muser .icon {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 30px;
}

.header_in .muser .dec {
    max-width: 112px;
    height: 40px;
    float: left;
    padding: 0 8px;
    line-height: 40px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header_in .muser .letter {
    width: 20px;
    height: 17px;
    float: left;
    margin-top: 12px;
    position: relative;
    background: url("../images/xiaoxi.png") no-repeat center;
}

.header_in .muser .letter i {
    position: absolute;
    width: 5px;
    height: 5px;
    background: red;
    right: -2px;
    top: -2px;
}

.header_in .set_out {
    display: none;
    width: 325px;
    height: 190px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 10;
}

.set_out .information {
    width: 94%;
    height: 60px;
    margin: 15px;
}

.set_out .information .icon {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
}

.set_out .information .main {
    float: left;
    width: 122px;
    height: 60px;
    overflow: hidden;
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.set_out .information .main p.integral {
    font-size: 12px;
}

.set_out .information .btn {
    width: 70px;
    height: 30px;
    border: 1px solid #969696;
    float: left;
    text-align: center;
    line-height: 28px;
    border-radius: 15px;
    margin-top: 15px;
}

.set_out .information .btn a {
    display: block;
    height: 100%;
    font-size: 12px;
    color: rgba(150, 150, 150, 1);
}

.set_out .dec_text {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 20px 18px;
}

.set_out .dec_text a {
    height: 100%;
    display: block;
}

.set_out ul {
    width: 100%;
    height: 44px;
}

.set_out ul li {
    width: 60px;
    height: 40px;
    float: left;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 40px;
    margin-left: 17px;
}

.set_out ul li a {
    display: block;
    height: 100%;
    color: #ffffff;
}

.set_out ul li:nth-child(1) {
    background: #ffb365;
}

.set_out ul li:nth-child(2) {
    background: #abe4be;
}

.set_out ul li:nth-child(3) {
    background: #38b2ff;
}

.set_out ul li:nth-child(4) {
    background: #5ce4c6;
}

.header_in .muser:hover .set_out {
    display: block;
}

/*底部導航*/

.footer {
    display: flex;
    width: 100%;
    height: fit-content;
    background: #000000;
    box-sizing: border-box;
    padding: 10px;
}

.foot_in {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    min-width: 1200px;
    height: 100%;
}

.foot_in .foot-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #aaa;
    margin-top: 10px;
}

.foot_in .copyright {
    color: #aaa;
}

.foot_in .foot-info .limit-12 {
    width: 70px;
    height: 70px;
}

.foot_in .logo {
    width: 300px;
}

.foot_in .logo img {
    width: 100%;
}

.foot_in .content {
    width: 500px;
    height: 100%;
}

.foot_in .foot-tip {
    text-wrap-mode: nowrap;
}

.foot_in .content .agreement {
    text-align: center;
    color: #ffffff;
    margin-top: 12px;
}

.foot_in .content .agreement a {
    color: #ffffff;
    font-size: 16px;
    margin: 0 35px;
}

.foot_in .content p {
    color: #ffffff;
    margin-top: 12px;
}

.foot_in .select {
    width: 200px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border-radius: 5px;
    float: right;
    margin-top: 40px;
}

.foot_in .select select {
    width: 200px;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 0 8px;
}

/*日曆彈窗*/

.calendar_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.calendar_in {
    width: 840px;
    height: 556px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -420px;
}

.calendar_in .close,
.video_in .close,
.log_out_popup .close,
.changepwd .close,
.gift_in .close,
.integral_popup .close {
    position: absolute;
    right: -58px;
    top: -50px;
    font-size: 70px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
}

.calendar_in .close a,
.video_in .close a,
.log_out_popup .close a,
.changepwd .close a,
.gift_in .close a,
.integral_popup .close a {
    color: #f0f0f0;
    height: 100%;
    display: block;
}

.top {
    width: 100%;
    height: 12rem;
    background: #007aff;
    margin-bottom: 0.8rem;
    overflow: hidden;
}

.top .out-1 {
    width: 8rem;
    height: 8rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: rgba(255, 255, 255, 0.4);
    margin: 1rem auto 0 auto;
}

.top .out-1 .out-2 {
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #ffffff;
    margin: 0 auto;
}

.top .out-1 .out-2 .signBtn {
    width: 6.2rem;
    height: 6.2rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 1px #7ebdff solid;
}

.top .out-1 .out-2 .signBtn strong,
.top .out-1 .out-2 .signBtn span {
    display: block;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    color: #007aff;
}

.top .out-1 .out-2 .signBtn strong {
    height: 3.5rem;
    line-height: 4.5rem;
    font-weight: 600;
    border-bottom: 1px #eee solid;
}

.top .out-1 .out-2 .signBtn span {
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.9rem;
    line-height: 2rem !important;
}

.top .out-1:active {
    animation: sign 0.25s forwards;
    -webkit-animation: sign 0.25s forwards;
}

.tips {
    position: absolute;
    top: 10rem;
    z-index: 999;
    width: 100%;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 0.5rem;
}

.Calendar {
    background: #fff;
    padding-bottom: 1rem;
}

.Calendar #toyear {
    border-bottom: 1px #e7e7e7 solid;
    width: 96%;
    margin: 0 auto;
    height: 5rem;
    text-align: center;
    color: #333;
    font-size: 0.95rem;
}

.Calendar #toyear .find_score {
    /*width:120px;*/
    height: 30px;
    background: rgba(39, 150, 255, 1);
    border-radius: 15px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 25px;
    padding: 0 15px;
}

.Calendar #toyear .integral {
    /*width:120px;*/
    height: 30px;
    line-height: 30px;
    color: #2796ff;
    margin-top: 25px;
    float: right;
    padding: 0 15px;
}

.Calendar #toyear .position {
    width: 14rem;
    text-align: center;
    display: flex;
}

.Calendar #toyear .year-month {
    height: 100%;
    line-height: 5rem;
}

.Calendar #toyear #idCalendarPre,
.Calendar #toyear #idCalendarNext {
    height: 100%;
    line-height: 5rem;
    padding: 0 2rem;
    text-align: center;
    font-size: 0.85rem;
    color: #999;
}

.Calendar table,
.Calendar tr,
.Calendar td {
    border: 0;
}

.Calendar table {
    width: 96%;
    margin: 0 auto;
}

.Calendar table tr {
    text-align: center;
    height: 3.5rem;
}

.Calendar table tr td span {
    margin: 0 auto;
    display: block;
    line-height: 1.6rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.9rem;
    border-radius: 100%;
}

.Calendar table tr .onToday span {
    background: #1485ff;
    color: #fff;
}

.calendar_in .flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: space-between;
}

.calendar_in .flex,
.fn-flex {
    display: -webkit-box;
    /*display: box;*/
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*礼包一键复制弹窗*/

.gift_in {
    width: 500px;
    height: 315px;
    background: white;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -250px;
}

.gift_in .gift_in_title {
    width: 100%;
    height: 130px;
    line-height: 130px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

.gift_in .gift_in_dec {
    width: 100%;
    height: 100px;
    font-size: 18px;
    line-height: 1.6em;
    text-align: center;
}

.gift_in .gift_in_btn {
    width: 50%;
    height: 84px;
    font-size: 22px;
    line-height: 1.6em;
    text-align: center;
    margin: 0 auto;
}

.gift_in .gift_in_btn a {
    width: 100%;
    height: 100%;
    display: block;
}

/*視頻彈窗*/

.video_in {
    width: 900px;
    height: 500px;
    position: fixed;
    left: 50%;
    margin-left: -450px;
    margin-top: 12%;
    border: #2796ff 2px solid;
    border-radius: 5px;
    background: black;
}

#video_in {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*注销成功弹窗*/

.log_out_popup {
    width: 840px;
    height: 556px;
    background: #ffffff;
    margin-left: -420px;
    text-align: center;
}

.log_out_icon {
    width: 100px;
    height: 100px;
    /*border: #969696 solid 1px;*/
    border-radius: 50%;
    margin: 80px auto 40px;
    background: url("../images/tijiao.png") no-repeat center;
}

.log_out_popup .log_out_dec {
    font-size: 20px;
    display: inline-block;
    padding: 30px;
    line-height: 1.6em;
}

.log_out_popup .time {
    margin-top: 30px;
    color: #969696;
}

/*页码*/

.page_number {
    width: 100%;
    height: 48px;
    margin: 60px auto 0px;
    padding-bottom: 60px;
    text-align: center;
}

.page_number .pagination {
    height: 100%;
    text-align: center;
}

.page_number .pagination .page-item {
    height: 36px;
    width: 36px;
    margin-left: 10px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
    border: #dedede 1px solid;
}

.page_number .pagination .page-item a {
    height: 100%;
    width: 100%;
    display: block;
    color: #969696;
}

.page_number span {
    float: right;
    display: block;
    height: 100%;
    margin-right: 15px;
}

.page_number .pagination .page-item:hover {
    background: #2796ff;
}

.page_number .pagination .page-item.active {
    background: #2796ff;
    color: #ffffff;
}

/*修改密码*/

.changepwd {
    width: 580px;
    height: 493px;
    background: #ffffff;
    margin-left: -290px;
}

.dr {
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: 9999;
}

.changepwd_title {
    width: 100%;
    height: 88px;
    line-height: 88px;
    text-align: center;
    font-size: 22px;
}

.changepwd_old {
    width: 344px;
    height: 40px;
    margin: 40px auto 50px;
}

.changepwd_old .input {
    width: 260px;
    height: 40px;
    border: solid 1px #d2d2d2;
    float: left;
}

.changepwd_old .input input {
    width: 96%;
    line-height: 40px;
    margin-left: 2%;
    background: transparent;
}

.changepwd_old span {
    display: block;
    width: 77px;
    height: 40px;
    float: left;
    font-size: 16px;
    line-height: 40px;
}

.changepwd_btn {
    text-align: center;
    width: 150px;
    height: 50px;
    line-height: 50px;
    margin: 10px auto;
    border-radius: 5px;
    color: #ffffff;
    opacity: 0.5;
}

.changepwd_btn.on {
    opacity: 1;
}

.changepwd_btn a {
    height: 100%;
    display: block;
    color: #ffffff;
}

/*屏蔽頁面*/

.shielding {
    width: 100%;
    min-height: 800px;
    text-align: center;
    /*line-height: 800px;*/
}

.shielding img {
    width: 214px;
    height: 130px;
    margin: 250px auto 20px;
}

.shielding p {
    font-size: 24px;
    color: #969696;
}

/*如何获取积分*/

.integral_popup {
    width: 500px;
    height: 315px;
    background: white;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -250px;
}

.integral_popup .integral_nav ul,
.integral_popup .stars_nav ul {
    width: 100%;
    height: 100%;
}

.integral_popup .integral_nav ul li,
.integral_popup .stars_nav ul li {
    width: 100%;
    height: 26px;
    margin-top: 41px;
    /*line-height: 26px;*/
}

.integral_popup .integral_nav ul li i,
.integral_popup .stars_nav ul li i {
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 50px;
}

.integral_popup .integral_nav ul li em,
.integral_popup .stars_nav ul li em {
    float: left;
    font-size: 20px;
    display: block;
    height: 26px;
    font-weight: 400;
    line-height: 24px;
}

.integral_popup .stars_nav ul li:nth-child(1) {
    margin-top: 110px;
}
