input,button{
    -web-kit-appearance:none;
    -moz-appearance: none;
    outline: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
}

/**/
.phoneTopBar .button img{
    transform: scale(.9);
    transform-origin: left center;
}

#tmpContainer img{
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
}

/**/
.down,
.cord,
.btn-journal{
    position: fixed;
    right: 47px;
    bottom: 2px;
    width: 110px;
    height: 36px;
    z-index: 10;
}
/**/
.btn-journal{
    right: 298px;
}

.down a,
.cord a,
.btn-journal a{
    display: block;
    width: 110px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    background: #fff;
    border-radius: 1px;
}
.down:hover a,
.cord:hover a,
.btn-journal a:hover{
    background: #596efb;
    color: #fff;
    text-decoration: none;
}
/**/
.cord{
    right: 172px;
}
.cord div{
    display: none;
    position: absolute;
    left: -16px;
    bottom: 42px;
    width: 130px;
    height: 130px;
    padding: 11px 5px;
    background: #fff;
    border: 1px solid #dbe0e5;
    border-radius: 3px;
    box-shadow: 0 1px 15px 0 rgba(72,134,255,.1);
}
.cord div:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -4px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}
.cord div img{
    width: 130px;
    height: 130px;
}
.cord:hover div{
    display: block;
}

/**/
#tipsMeans{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}
#tipsMeans .bg{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.25);
}
#tipsMeans .coder{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 320px;
    height: 280px;
    padding-top: 35px;
    background-color: #fff;
    border-radius: 6px;
}
#tipsMeans .coder p {
    width: 223px;
    height: 37px;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    background-color: #edf0ff;
    border: 1px solid #d9dbf6;
    border-radius: 6px;
    position: relative;
    margin: 0 auto
}
#tipsMeans .coder p:before {
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    border: 1px solid #fff;
    border-radius: 6px
}
#tipsMeans .coder .img {
    width: 180px;
    height: 165px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #d9dbf6;
    border-radius: 6px;
    background-color: #fff;
    position: relative;
    margin: 15px auto 0
}
#tipsMeans .coder .img:before,
#tipsMeans .coder .img:after {
    content: '';
    position: absolute;
    left: 49px;
    top: -16px;
    width: 1px;
    height: 16px;
    background-color: #d9dbf6
}
#tipsMeans .coder .img:after {
    left: auto;
    right: 49px
}
#tipsMeans .coder .img img {
    display: block;
    width: 160px;
    height: auto;
    margin: 0 auto
}
#tipsMeans .coder .close0{
    position: absolute;
    right: -55px;
    top: -30px;
    width: 32px;
    height: 32px;
    padding: 0;
    background: none;
    outline: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 2;
    cursor: pointer;
}
#tipsMeans .coder .close0:before,
#tipsMeans .coder .close0:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 7px;
    width: 1px;
    height: 18px;
    background-color: #fff;
    transform: rotate(45deg)
}
#tipsMeans .coder .close0:after {
    transform: rotate(315deg);
    left: auto;
    right: 15px
}

/* 微信端下载提示 */
#tipsWechat,
#mui-logIn{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
#tipsWechat .bg,
#mui-logIn .bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
}
#tipsWechat .mui-mainCont{
    position: absolute;
    top: 1%;
    left: 0;
    width: 100%;
    height: 164px;
    z-index: 2;
}
#tipsWechat .mui-mainCont:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-image: url(/static/images/mobile/download/arrowTip.png);
    background-position: top right;
    background-size: auto 100px;
    background-repeat: no-repeat;
}
#tipsWechat .mui-mainCont p{
    position: absolute;
    left: 7%;
    bottom: 0;
    width: 86%;
    height: 62px;
    line-height: 62px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 4px;
}

/**/
input,button{
    outline: none;
}
#mui-logIn .mui-main{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 300px;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}
#mui-logIn .mui-main h6 {
    height: 46px;
    line-height: 46px;
    text-align: left;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 0 20px;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #dedede;
}
#mui-logIn .mui-main h6 a{
    position: absolute;
    top: 13px;
    right: 13px;
    _height: 26px;
    padding: 0 4px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #FFF;
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: pointer;
    background: transparent;
    _background: #FFF;
    border: 0;
    -webkit-appearance: none;
}
#mui-logIn .mui-main h6 a:hover,
#mui-logIn .mui-main h6 a:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    opacity: .5;
    filter: alpha(opacity=50);
}
#mui-logIn .mui-mainCont {
    padding: 20px 20px 15px;
    height: auto;
    overflow: hidden
}
#mui-logIn .mui-mainCont .mui-text{
    width: 100%;
    height: 40px;
    padding-bottom:20px;
    position: relative;
}
#mui-logIn .mui-mainCont .mui-text .erron{
    position: absolute;
    top: 40px;
    left: 0;
    line-height: 18px;
    font-size: 12px;
    color: red;
}
#mui-logIn .mui-mainCont .mui-text1{
    padding-bottom:15px;
}
#mui-logIn .mui-mainCont input {
    width: 90.5%;
    width: 90.5%\0;
    height: 24px;
    height: 24px\0;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    padding: 7px 4%;
    outline: none;
    background: #fff;
    margin: 0 auto;
}
#mui-logIn .mui-mainCont input:focus,
#mui-logIn .mui-mainCont input:hover{
    border-color: #c1c1c1;
}

#mui-logIn .mui-mainCont .mui-theCode {
    height: 20px;
    margin-bottom: 10px;
}

#mui-logIn .mui-mainCont .mui-theCode a {
    display: inline-block;
    float: right;
    line-height: 20px;
    font-size: 14px;
    color: #596efb;
}
#mui-logIn .mui-mainCont .mui-theCode a:hover{
    text-decoration: underline;
}
#mui-logIn .mui-mainCont .mui-textB,
#mui-logIn .mui-mainCont .mui-textC {
    width: 100%;
    height: 40px;
    border: 1px solid #596efb;
    background-color: #596efb;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    display: block;
}
#mui-logIn .mui-mainCont .mui-textC {
    color: #596efb;
    background-color: #fff;
    border: 1px solid #596efb;
    margin-top: 15px;
}
#mui-logIn .mui-mainCont .mui-textB:hover{
    background: #4457d6;
}
#mui-logIn .mui-mainCont .mui-textC:hover{
    background-color: #596efb;
    color: #fff;
}
@media screen and (max-width: 1023px) {
    .cord{
        display: none;
    }
}

.enlarge{
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 99;
    margin-left: -70px;
    width: 140px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: rgba(255,255,255,.75);
    background: rgba(0,0,0,.35);
    border-radius: 3px;
}
.enlarge span{
    display: none;
}

@media screen and (max-width: 768px) {
    .down{
        right: 2px;
        top: 2px;
        bottom: auto;
    }

    .enlarge{
        margin-left: -100px;
        width: 200px;
        top: 41px;
    }
    .enlarge span{
        display: inline-block;
        margin-left: 5px;
    }

    #pbTopBar{
        top: 0 !important;
    }
    #pbToolBar{
        bottom: 0 !important;
    }

    /* 二维码 */
    #tipsMeans .coder{
        width: 70%;
    }

    .btn-journal{
        display: block;
        right: 2px;
    }

}

@media screen and (max-width: 360px) {
    #tipsWechat .mui-mainCont p{
        font-size: 16px;
        left: 4%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 320px) {
    #mui-logIn .mui-main{
        width: 280px;
    }
}