html {
    max-width: 750px;
    margin: 0 auto;
}

body {
    color: #000;
    background: #FFF;
    font-family: Source Han Sans CN ;
    /* 字体请不要轻易修改！！！ */
}

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, tr {margin:0 auto; padding:0;}

button,input[type="button"]{outline: none;    user-select: none;transition: .15s ease-out;}

button:active,input[type="button"]:active{
    background: #c4c4c4 !important;
    border-color:#c4c4c4 !important;
}

hr{margin: 0;}

li {list-style-type:none;}

img {border:0 none;}

a {color:#000; text-decoration:none;text-decoration:none;}

header{
    height: 20px;
    background: #fff;
    padding: 14px 0;
    position: fixed;
    left:0;
    top: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    box-shadow: 0 0px 10px 0 RGBA(214, 214, 214, 1);
    max-width: 750px;
    margin: 0 auto;
}
header>p{
    color: rgba(24, 24, 24, 1);
}
header>img{
    padding-right: 20px;
    position: absolute;
    left: 12px;
    top: 18px;
    width: 11px;
    height: 18px;
}
.content {
    padding: 0 16.5px;
    margin: 49px 0;
    background: RGBA(241, 241, 241, 1);
}
.content >div {
    background:#fff;
}
.white {
    background:#fff;
}

/* alert蒙板 */
.alertMask {
    /* display: none; */
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(44, 46, 51, 0.5) !important;
    width: 100%;
    height: 100%;
    z-index: 3;
}
/* alert弹框 */
.baseAlert {
    border-radius: 5px;
    background: #fff;
    text-align: center;
    width: 280px;
    position: fixed;
    top: 37%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-26%);
    -moz-transform: translateX(-50%) translateY(-26%);
    -ms-transform: translateX(-50%) translateY(-26%);
    transform: translateX(-50%) translateY(-26%);
}
.baseAlert .titleContent{
    padding: 13px;
    font-size: 16px;
}
.baseAlert .textContent{
    display: block;
    font-size: 13px;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
    color: RGBA(173, 173, 173, 1);
    display: block;
    max-height: 300px;
    overflow-y: scroll;
    word-break: normal;
    word-wrap: break-word;
}
.baseAlert hr{
    margin-top: 13px;
}
.baseAlert font{
    width: 100%;
    color: rgba(228, 24, 51, 1);
    font-size: 16px;
    padding: 10px;
    display: block;
}
.baseAlert font a{
    color: rgba(228, 24, 51, 1);
    width: 100%;
    display: block;
}
.baseAlert font:nth-of-type(2){
    border-left: 1px solid RGBA(173, 173, 173, 1);
}
.baseAlert img{
    margin-top: 20px;
    width: 230px;
    height: 155px;
}
.baseAlert div{
    margin-top: 13px;
    justify-content: space-around;
    border-top: 1px solid #cacaca;
    display: flex;
}

/* 小星星 */
start {
    position: relative;
    top: 13px;
}
startitem {
    background: url(../images/startGray.png) no-repeat;
    width: 8%;
    display: inline-block;
    height: 30px;
    background-size: 76%;
}
startitem.startRed {
    background: url(../images/startRed.png) no-repeat;
    background-size: 78%;
}

/* banner高度 */
.swiper-container {
    height: 25%;
}

button:disabled,input[type="button"]:disabled {
    background: #c4c4c4 !important;
    border: #c4c4c4 !important;
    color: white !important;
}


/*商品详情页等特殊的弹窗*/

.alertDetail {
    max-width: 750px;
    position: fixed;
    top: 0;
    left:0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background:rgba(3, 3, 3, 0.74) !important;
}

.alertDetail>div.message_mask {
    border-radius: 5px;
    padding: 27px 5%;
    padding-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 5%;
    top: 21%;
}
.alertDetail .message_mask>font {
    color:rgba(71, 78, 96, 1);
    font-size: 14px;
    line-height: 24px;
    display: block;
    max-height: 49vh;
    overflow-y: scroll;
    word-break: break-all;
    text-align: center;
}
.alertDetail .message_mask>font p{
    margin: 8px 0 !important;
}

.alertDetail .message_mask>font img{
    width:100%;
}

.alertDetail .message_mask>font table{
    width:100%;
}
.alertDetail .message_mask>font table img{
    width:100%;
}
.alertDetail .message_mask>font p img{
    width:100%;
    display: inherit;
}


.alertDetail .message_mask>p {
    height: 19px;
    color:rgba(71, 78, 96, 1);
    font-size: 16px;
    padding: 15px 0;
    border-bottom: 1px solid RGBA(198, 198, 198, 1);
    margin-bottom: 14px;
    text-align: center;
}

.message_mask >p >span{
    font-size: 20px;
    padding-right: 10px;
    position: relative;
    bottom: 4px;
    position: absolute;
    right: 5px;
    top: 13px;
    height: 40px;
}
.message_mask p font p{
    margin:10px 0;
}

/*四维验证弹框*/
.verifyDialogMask {
    position: fixed;
    background-color: rgba(3,3,3,0.6);
    width: 100%;
    height: 101%;
    top: 0;
    z-index: 10;
    transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.verifyDialog {
    display: block;
    position: absolute;
    left: 50%;
    top: 150%;
    background-color: #fff;
    transform: translate(-50%,-50%);
    width: 90%;
    border-radius: 5px;
    border: 1px solid rgba(173, 173, 173, 1);
    box-shadow: 4px 8px 8px #333;
    transition: all .3s cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
}

.verifyDialog header {
    margin-bottom: 14px;
    border-radius: 5px 5px 0 0;
    height: auto;
    position: relative;
    box-shadow: 0 0 1px rgba(173, 173, 173, 1);
    padding: 12px;
    font-size: 15px;
    text-align: center;
}

.verifyDialog .closeDialog {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    padding-top: 7px;
    font-size: 15px;
}

.verifyDialog article {
    margin-top: 10px;
    padding: 0 10px;
}

.verifyDialog section {
    border-bottom: 0.1px solid #e6e6e6;
    width: 100%;
}

.verifyDialog section span {
    font-size: 14px;
    width: 21%;
    display: inline-block;
}

.verifyDialog section input {
    width: 70%;
    padding: 9px 11px;
    border: none;
    border-radius: 2px;
    outline: none;
    margin: 3px 0;
    color: #48487c;
    font-size: 12px;
}

.verifyDialog .desc {
    font-size: 11px;
    color: rgba(173, 173, 173, 1);
    padding: 0 36px;
    text-align: left;
    margin-top: 15px;
    line-height: 18px;
    margin-bottom: 80px;
}
.verifyDialog .desc li{
    list-style-type: decimal;
}

.verifyDialog footer {
    position: absolute;
    display: block;
    bottom: 7%;
    width: 100%;
    text-align: center;
}

.verifyDialog footer button {
    width: 40%;
    background-color: rgba(198, 198, 198, 1);
    border: none;
    font-size: 13px;
    padding: 5px 0;
}

.verifyDialog footer button:first-of-type {
    background-color: #ff4141;
    border-radius: 4px 0 0 4px;
    color: #ffffff;
}

.verifyDialog footer button:last-of-type {
    border-radius: 0 4px 4px 0;
}

.verifyDialog footer button:first-of-type:active {
    color: rgba(104, 104, 122, 1);
}

.verifyDialog footer button:last-of-type:active {
    background-color: rgba(104, 104, 122, 1) !important;
    color: #fff;
}
/* #transformC{
    position: absolute;
    z-index: 10;
    width: 30px;
    left: 23%;
    bottom: -7%;
    height: 30px;
    border-radius: 100%;
    border-bottom: 2px solid #ff0000;
    border-left: 2px solid #ff0000;
    border-bottom-style: dotted;
    transition: all 20s;
   transform: scale(0);
} */