@charset "utf-8";
@media only screen and (min-width:320px) {
    html {
        font-size: 20px;
    }
}

@media only screen and (min-width:360px) {
    html {
        font-size: 22.5px;
    }
}

@media only screen and (min-width:411px) {
    html {
        font-size: 25.5px;
    }
}

body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
label,
dl,
dt,
dd,
fieldset,
img {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}

body {
    font: 12px/22px 'Microsoft Yahei', '宋体', '微软雅黑', Arial, Lucida Grande, Tahoma, sans-serif;
    background: #fff;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
    color: #666;
    /* margin-bottom: 10px; */
}

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

i {
    font-style: normal;
}

a {
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

table {
    width: 100%;
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

cite,
em {
    font-style: normal
}

.top {
    width: 100%;
    height: 2rem;
}

.top .logo {
    width: 6rem;
    height: 2rem;
    background: url("/images/fplus/logo.jpg") no-repeat;
    background-size: 100% 100%;
    float: left;
}

.top .login {
    float: right;
     
    margin: 0.8rem 1rem 0 0 ;
    font-size: 0.58rem;
}


.banner img {
    width: 100%;
}


/* F+会员付费详情表格 */

.price {
    width: 100%;
    background-color: rgb(249, 249, 249)
}

.price table th {
    height: 1.6rem;
    width: 6rem;
    background-color: rgb(251, 225, 226);
}

.price table td {
    height: 1.25rem;
    width: 5rem;
    border-right: 1px solid #ccc;
}

.price table tr td:last-child {
    border: 0 none;
}

.price table tr:nth-child(even) {
    background-color: #fff;
}

.price table tr:first-child {
    width: 6rem;
}

.dui {
    color: rgb(102, 190, 99);
}

.cuo {
    color: rgb(252, 21, 19);
}

.price .buy {
    height: 2.5rem;
    padding-top: 1rem;
}

.price .buy a {
    display: block;
    margin: 0 auto;
    height: 1.6rem;
    width: 14.5rem;
    text-align: center;
    line-height: 1.6rem;
    font-size: 14px;
    border-radius: 0.7rem;
    background-color: rgb(255, 96, 96);
    color: #fff;
}

.price .buynow {
    height: 7.5rem;
    padding-top: 1.2rem;
    text-align: center;
}

.price .buynow .opt {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 40%;
    border: 0.05rem solid #facd91;
    border-radius: 0.2rem;
    margin: 0.2rem;
    font-size: 0.6rem;
    line-height: 0.7rem;
    padding: 0.7rem 0.2rem;
}

.price .buynow .opt.current {
    background: #000;
    color: #fff;
    cursor: pointer;
    border: 0.05rem solid #000;
}

.price .buynow .opt.single {
    padding: 1.03rem 0.2rem;
}

.price .buynow .opt em {
    font-size: 0.5rem;
}

.price .buynow .opt sup {    
    visibility: hidden;
    position: absolute;
    overflow: visible;
    font-size: 0.5rem;
    left: -0.05rem;
    top: -0.05rem;
    color: #000;
    background: #facd91;
    border: 0.05rem solid #facd91;
}

.price .buynow .opt.current sup {
    visibility: visible;
}

.price .buynow .opt sub {
    visibility: hidden;
    position: absolute;
    overflow: visible;
    font-size: 0.6rem;
    left: 4rem;
    top: -0.7rem;
    color: #fff;
    background: #dd5958;
    border: 0.05rem solid #dd5958;
    padding: 0.1rem;
}

.price .buynow .opt.current sub {
    visibility: visible;
}

.price .buynow .btn {
    margin-top: .5rem;
}

.price .buynow .btn a {
    display: block;
    margin: 0 auto;
    height: 1.6rem;
    width: 14.5rem;
    text-align: center;
    line-height: 1.6rem;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0.2rem;
    background-color: #facd91;
    color: #000;
}

.price .buynow .tip {
    font-size: 12px;
    text-align: left;    
    margin: 0.2rem 0.5rem;
}

.price .buynow .tip a {
    color: #147AC5;
}

/* 增值服务 */

.add_service {
    background-color: rgb(249, 249, 249);
    /* padding-bottom: 10px; */
    /* background-color: #776D41; */
}

.add_service .tt {
    display: block;
    padding: 0 3px;
    width: 3rem;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: rgb(233, 211, 23);
    position: relative;
}

.add_service .tt::before {
    content: "";
    display: block;
    height: 1px;
    width: 6.5rem;
    background-color: rgb(233, 211, 23);
    line-height: 0;
    position: absolute;
    left: -6.5rem;
    top: 47%;
}

.add_service .tt::after {
    content: "";
    display: block;
    height: 1px;
    width: 6.5rem;
    background-color: rgb(233, 211, 23);
    line-height: 0;
    position: absolute;
    right: -6.5rem;
    top: 47%;
}

.add_service .title {
    padding: 14px;
    line-height: 2rem;
    background-color: rgb(248, 248, 248);
}

.add_service .title h3 {
    height: 1rem;
    line-height: 1rem;
    padding-left: 5px;
    font-size: 14px;
}

.add_service .detail {
    width: 14.5rem;
    margin: 0 auto;
    margin-top: 4.5rem;
}

.add_service .pay {
    width: 14.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    margin: 0 auto;
}

.add_service .pay a {
    display: inline-block;
    width: 6.5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 1rem;
    text-align: center;
}

.add_service .pay .youhui {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 177, 156);
    margin-right: 1rem;
    color: red;
}

.add_service .pay .free {
    background-color: rgb(85, 200, 243);
    border: 1px solid rgb(85, 200, 243);
    color: #fff;
}


/* 邮箱保护 */

.add_service .email_pay {
    background: url("/images/fplus/email_bg.jpg") no-repeat rgb(239, 250, 251);
    color: rgb(163, 204, 209);
    background-size: 100%;
    overflow: hidden;
}

.add_service .email .title h3 {
    border-left: 5px solid rgb(145, 234, 245);
}


/* 误删恢复 */

.add_service .recover_pay {
    background: url("/images/fplus/recover_bg.jpg") no-repeat rgb(177, 234, 175);
    color: rgb(95, 187, 92);
    background-size: 100%;
    overflow: hidden;
}

.add_service .recover .title h3 {
    border-left: 5px solid rgb(177, 234, 175);
}


/* 纯净邮箱 */

.add_service .cleanup_pay {
    background: url("/images/fplus/cleanup_bg.jpg") no-repeat rgb(237, 238, 242);
    color: rgb(87, 103, 130);
    background-size: 100%;
    overflow: hidden;
}

.add_service .cleanup .title h3 {
    border-left: 5px solid rgb(145, 160, 185);
}


/* 邮箱网盘 */

.add_service .disk_pay {
    background: url("/images/fplus/disk_bg.jpg") no-repeat #64aade;
    color: rgb(206, 233, 253);
    background-size: 100%;
    overflow: hidden;
}

.add_service .disk .title h3 {
    border-left: 5px solid rgb(93, 166, 220);
}


/* 无限空间 */

.add_service .space_pay {
    background: url("/images/fplus/space_bg.jpg") no-repeat rgb(21, 115, 164);
    color: #93c1da;
    background-size: 100%;
    overflow: hidden;
}

.add_service .space .free {
    width: 14.5rem;
}

.add_service .space .title h3 {
    border-left: 5px solid rgb(21, 115, 164);
}


/* 短信提醒 */

.add_service .message_pay {
    background: url("/images/fplus/message_bg.jpg") no-repeat rgb(155, 229, 135);
    color: rgb(226, 250, 220);
    background-size: 100%;
    overflow: hidden;
}

.add_service .message .youhui {
    width: 14.5rem;
}

.add_service .message .title h3 {
    border-left: 5px solid rgb(155, 229, 135);
}




.wrongicon{
    display: block;
    width: .46rem;
}
.okicon{
    display: block;
    width: .65rem;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: table;
  transition: opacity .3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 90%;
  margin: 0px auto;
  padding: 1rem 0.2rem 0rem 0.2rem;
  background-color: #fff;
  transition: all .3s ease;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  border: 1px solid #fff;
  border-radius: 0.2rem;
}

.modal-header h4 {
  font-size: 0.8rem;
  text-align: center;
}

.modal-body {
  margin: 1rem 0rem;
  text-align: center;
}

.modal-footer {
  text-align: center;
}

.modal-hide {
    display: none;
}

.modal-button {
  display: inline-block;  
  cursor: pointer;  
  font-size: 0.7rem;
  padding: 0.5rem 0rem;
  border: none;
  width: 100%;
  background-color: #fff;
}

@media(prefers-color-scheme:dark){    
    .modal-container {
        color: #fff;
        background-color: #000;
        border: 1px solid #000;
    }
    .modal-button {
        background-color: #000;
        color: #fff;
    }
}

/* New - Common Block */
/* 1rem = 22.5px */
body {
    font-family: Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Heiti SC,WenQuanYi Micro Hei,sans-serif;
}
.safe-bottom {
    height: 10px;
    width: 100%;
    background-color: #776D41;
}
.privilege {
    font-size: 0;
    /* min-height: 10.4rem; */
}
.privilege  {
    position: relative;
    height: auto;
}
.privilege  .block {
    height: auto;
    
}
.privilege  .block img {
    width: 100%;
    height: auto;
    display: block;
}

.button-block {
    display: block;
    width: 100%;
    position: absolute;
    /* bottom: 1.33rem; */
    bottom: 1rem;
    font-size: 0.62rem;
    line-height: 1.78rem;
    font-weight: 500;
    text-align: center;
    
}
.button-block .full-btn {
    width: 14.5rem;
    height: 1.78rem;
    display: block;
    margin: 0 auto;
    border-radius: 1.78rem;
    color: #0B0B0B !important;
    font-size: 0.62rem;
    font-weight: bold;
    background: linear-gradient(90deg, #B3A053 0%, #E6D58E 100%);
}
.button-block .half-btn {
    width: 6.58rem;
    height: 1.78rem;
    border-radius: 0.89rem;
    display: inline-block;
    color: #0B0B0B !important;
    font-size: 0.62rem;
    font-weight: bold;
}
.button-block .half-btn + .half-btn {
    margin-left: 0.84rem;
}
.button-block .half-btn.pure {
    background: #E6D58E;
}
.button-block .half-btn.linear {
    background: linear-gradient(90deg, #B3A053 0%, #E6D58E 100%);
}