﻿* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    /*-webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

body {
    font-family: "微软雅黑";
    color: #333;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 320px;
    _width: expression(this.scrollWidth > 640 ? "640px" : (this.scrollWidth < 320? "320px" : "auto"));
    overflow: hidden;
}

.divh15 {
    height: 15px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: red;
    }

    a:active {
        color: #000;
    }

ul li {
    list-style: none;
}

.absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
}

.iphone_box ul li em {
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}

.iphone_box ul li {
    margin-top: 10px;
    width: 100%;
    height: 55px;
    position: relative;
    background: #D4BDAC;
    color: #fff;
}

    .iphone_box ul li div {
        float: left;
        text-align: left;
        padding-left: 5px;
        width: 60%;
        line-height: 22px;
        font-size: 16px;
    }

.iphone_box .icon_btn {
    width: 87px;
    height: 41px;
    text-align: center;
    line-height: 30px;
    color: #333;
    background: url(/images/home/but.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 40%;
    margin-top: -15px;
    text-indent: -99999px;
}

h2.qp_tit {
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #3d7b96;
    background-size: 28px 28px;
    font-weight: normal;
    overflow: hidden;
    zoom: 1;
    text-align: left;
    padding-left: 10px;
    margin-top: 10px;
    position: relative;
}

.g_t p {
    font-size: 16px;
    line-height: 55px;
}

.fpwd {
    height: 55px;
    line-height: 55px !important;
    margin-left: 20px;
}

    .fpwd a {
        color: blue;
        cursor: pointer;
    }

.recommend {
    line-height: 55px;
    color: #000 !important;
    font-size: 14px;
    text-align: center;
}

.box_header {
    position: relative;
    height: 44px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

    .box_header .right.rbtn {
        right: 5px;
        display: block;
        width: 200px;
        height: 28px;
        line-height: 28px;
        padding: 0;
        border-radius: 4px;
        border: 1px solid #ddd;
        background-color: #f5f5f5;
        color: #333;
        margin: 8px auto;
        font-size: 1.2em;
    }

a.g_cz {
    width: 87px;
    height: 41px;
    background: url(/Images/Home/cz_but.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 40%;
    margin-top: -15px;
    text-indent: -99999px;
}
.Rec img

/*找回密码*/
header,.titleHead {
    height: 44px;
    line-height: 44px;
    background: #dacec5;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    header h2 {
        line-height: 44px;
        width: 100%;
        /*text-shadow: 0 1px 0 #3d7b96;*/
        text-align: center;
        font-size: 16px;
        color:black;
    }

    header .leftBtns {
        position: absolute;
        height: 100%;
        top: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }


    header .goback {
        display: block;
        height: 100%;
        width: 44px;
        height: 44px;
        background-image: url(/Images/Recharge/back.png);
        /*background-size: 24px 18px;*/
        background-repeat: no-repeat;
        background-position: center;
        background-color: rgba(0,0,0,0);
    }

.layout {
    width: 320px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mod_process {
    height: 13px;
    margin: 10px 0;
    padding: 10px 5px;
    background-color: #f5f5f5;
    font-size: 12px;
    line-height: 12px;
}

    .mod_process span {
        display: inline-block;
        padding: 0 5px;
    }

.color_selected {
    color: #fe5955;
}

.mod_forms .forms_box {
    position: relative;
    height: 35px;
    margin-bottom: 10px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    line-height: 31px;
}

    .mod_forms .forms_box input {
        width: 78%;
        height: 31px;
        border: none;
        color: #aaa;
        font-size: 12px;
        vertical-align: 0;
    }

.mod_btn {
    width: 80%;
    margin: 0 auto 10px;
    border-radius: 2px;
    background-color: #5e58b7;
}

.btn_grey {
    background-color: #c9c9c9;
}

.mod_btn a {
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

.mod_forms p {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: left;
    padding: 5px;
}

.mod_forms .from_sms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

    .mod_forms .from_sms label {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display: inline-block;
        width: 210px;
        height: 31px;
        margin-right: 10px;
        padding-left: 10px;
        border: 1px solid #e5e5e5;
        line-height: 31px;
    }

    .mod_forms .from_sms input[type='text'] {
        width: 56%;
        height: 31px;
        border: 0;
        vertical-align: 0;
    }

    .mod_forms .from_sms input[type='button'] {
        display: inline-block;
        width: 80px;
        height: 33px;
        border-radius: 2px;
        background: #5e58b7;
        color: #fff;
        font-size: 12px;
        line-height: 33px;
        text-align: center;
        vertical-align: 1px;
        border: none;
    }

.color_red {
    color: #fe5955;
    line-height: 17px;
    text-align: left;
    margin-bottom: 10px;
}
