@charset "utf-8";
/* css document */

.mainpart{
    width: 1000px;
    margin: 0 auto;
}
.asheader{
    height: 50px;
    padding: 10px 0;
    border-bottom: solid 1px #eee;
    background: #eee;
    box-shadow: 0 1px 1px #ccc;
    margin-bottom: 2px;
}

.aslogo{
    float: left;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
}
.aslogo img{float: left; margin: 4px 0 0;}
.aslogo h1{
    margin-left: 50px;
    font-size: 20px;
    line-height: 50px;
}
.asinfo{
    position: relative;
    float: right;
    padding-top: 20px;
}
.asinfo h3,
.asinfo .asinfolv{float: left;}
.asinfo h3{padding: 3px 10px 0 0; font-size: 16px; color: #666;}

.asinfolv,
.asinfolv .lv{
    position: relative;
    height: 6px;
    border-radius: 3px;
}

.asinfolv{
    margin-top: 15px;
    width: 500px;
    border: solid 1px #aaa;
    border-top-color: #999;
    border-bottom-color: white;
    background: #ccc;
}

.asinfolv .begin,
.asinfolv .finish{
    position: absolute;
    z-index: 1;
    top: -20px;
    color: #999;
}
.asinfolv .begin{left: 0;}
.asinfolv .finish{right: 0;}

.asinfolv .lv{
    float: left;
    width: 30%;
    height: 0;
    border-top: solid 3px #4ebd60;
    border-bottom: solid 3px #22ac38;
}
.asinfolv .userpto{
    position: absolute;
    z-index: 1;
    right: 0;
    top: -40px;
    margin-right: -15px;
    padding-bottom: 5px;
    border-top: solid 1px #ccc;
    background: url(/uploads/image/auimages/pointer-white.png) no-repeat bottom center;
}
.asinfolv .lv .userpto img{
    border: solid 2px #fff;
    width: 30px;
    height: 30px;
}
.asinfolv .lv .userpto em{
    position: absolute;
    height: 30px;
    margin-left: 10px;
    color: #333;
    font-family: arial;
    font-size: 20px;
    line-height: 30px;
}

.securitylv,
.securitylv .lv{
    position: relative;
    height: 10px;
    border-radius: 2px;
}
.securitylv{
    width: 200px;
    padding: 1px;
    border: solid 1px #ccc;
    background: #f8f8f8;
}
.securitylv .lv{
    float: left;
    width: 30%;
    background: #22ac38;
}

.asmenutitle{
    border-top: solid 1px #ccc;
    height: 25px;
}
.asmenutitle legend{
    margin: 0 10px;
    padding: 0 5px;
    color: #999;
    text-shadow: 0 -1px 1px white;
}

.asseting{
    padding: 0 0 10px 10px;
}
.asseting .assettopic{
    overflow: hidden;
    height: 30px;
    padding: 5px 0;
    border-bottom: solid 2px #f60;
    line-height: 30px;
}
.asseting .assettopic h4{
    float: left;
    font-size: 16px;
}
.asseting .assettopic .preview{float: right;}

.assetlist1{position: relative; padding-top: 10px;}
.assetlist1 li{
    margin-bottom: 10px;
    padding: 1px;
    border: solid 1px #ccc;
    background: white;
}
.assetlist1 li .myprofile{padding-bottom: 0;}
.assetlist1 li .myprofile dt em a.shop{
    color: #999;
    text-decoration: none;
}

.asmyphoto{position: relative; padding: 10px 0 0;}
.asmyphoto .topic{
    overflow: hidden;
    background: #eee;
    padding: 5px 10px;
}

.asmyphoto .layout{padding: 20px 0; overflow: hidden;}
.asmyphoto .layout .editbox{
    float: left;
    width: 460px;
    padding: 10px;
}
.asmyphoto .layout .shwobox{
    margin-left: 460px!important;
    margin-left: 327px;
    height: 300px;
    padding: 10px 0 10px 20px;
    border-left: solid 1px #eee;
    color: #666;
    font-size: 12px;
}
.asmyphoto .layout .shwobox h6{padding-bottom: 20px; font-size: 14px;}
.asmyphoto .upload{
    border: solid 1px #ccc;
    background: white;
    padding: 1px;
    height: 300px;
	width:448px;
    background: no-repeat center;
}
.asmyphoto .submitbox{padding: 20px 0;}

.asmyphoto .photos{position: relative;}
.asmyphoto .photos dt{
    float: left;
    text-align: center;
    width:170px;
}

.asmyphoto .photos .imgwrap{
    border: solid 1px #999;
    background: white;
    margin-bottom: 5px;
    padding: 1px;
}
.asmyphoto .photos dt .imgwrap,
.asmyphoto .photos dt img{width: 160px; height: 160px;}

.asmyphoto .photos dt p{
    *width: 100%;
}

.asmyphoto .photos dd{margin-left: 180px;}
.asmyphoto .photos dd .medium{margin-bottom: 10px;height:70px;}
.asmyphoto .photos dd .medium .imgwrap,
.asmyphoto .photos dd .medium img{ width: 60px; height: 60px;}
.asmyphoto .photos dd .small .imgwrap,
.asmyphoto .photos dd .small img{ width: 40px; height: 40px;}

.forget{
    margin: 10px 0;
    padding: 15px;
    border: solid 1px #ccc;
    background: white;
}
.findguild{position: relative; overflow: hidden;}
.findguild li{
    float: left;
    width: 322px;
    height: 35px;
    background: #eee;
    line-height: 35px;
    color: #999;
    font-size: 14px;
}
.forget .findguild li{width: 50%;}
.findguild li p{
    height: 35px;
    padding: 0 0 0 20px;
}
.findguild li p img{float: right;}
.findguild li.current{
    background: #13ae2f;
    color: #fff;
}

.findshop{
    min-height: 200px;
    padding: 30px 0;
    position: relative;
}
.findtable{
    width: 100%;
    line-height: 25px;
    font-size: 14px;
}
.findtable td{padding: 10px;}
.findtable .name{
    width: 200px;
    text-align: right;
    vertical-align: top;
    color: #999;
}
.findtable .tips{padding-top: 5px; font-size: 12px; line-height: 20px;}
.findtable .stip{
    font-size:12px;
    color: #999;
    line-height: 38px;
    margin-left: 15px;
}
.forgets{
    margin: 20px 0;
    border: solid 1px #e4e4e4;
    background: #fff;
}
.forgets .findtable .name{line-height: 40px;width: 150px;}

.forgets .textcss1,
.forgets .textcss2 {
    height: 38px;
    padding: 0 10px;
    border-radius: 4px;
}
.forgets .textcss1{width: 310px;}
.forgets .textcss2{width: 180px}
.forgets .btncss2{
    width: 120px;
    height: 40px;
    padding: 0 10px;
    border-radius: 4px;
    background: #fff;
    vertical-align: top;
    border: 1px solid #ccc;
}
.forget-tab{
    background-color: #f8f8f8;
    border-bottom: solid 1px #e4e4e4;
}
.forget-tab li{
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    float: left;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.forget-tab li.active{
    color: #00a1e9;
}
.forget-tab li.active:before{
    content: "";
    border-bottom: 2px solid #00a1e9;
    position: absolute;
    bottom: -1px;
    left: 20px;
    width: 96px;
}
.password-safetys{
    overflow: hidden;
    float: left;
}
.password-safetys span{
    float: left;
    height: 6px;
    padding: 5px;
    width: 48px;
    border: solid 3px #fff;
    background: #f60;
}
.password-safetys span.tdnone{
    background: #ccc;
}
.qrcode-show-box{
    display: none;
}
.qrcode-show-box p{
    font-size: 16px;
    text-align: center;
}
.qrcode-shows{
    position: relative;
    width: 150px;
    height: 150px;
    border: 1px solid #e4e4e4;
    margin: 0 auto 20px;
}

.astable1{
    width: 100%;
}
.astable1 td{
    border-bottom: solid 1px #eee;
    padding: 10px;
}
.astable1 .tdw40px,
.astable1 .tdw60px,
.astable1 .tdw80px{ text-align: center;}

.astable1 .tdw40px{width: 40px;}
.astable1 .tdw60px{width: 60px;}
.astable1 .tdw80px{width: 80px;}

.astable1 .tdr60px{width: 60px; text-align: right;}

.my-account{overflow: hidden;}
.my-account span{
    float: left;
    padding-right: 20px;
}
.my-account span a.shop{
    padding-left: 5px;
    text-decoration: none;
    opacity: 0.5;
    filter:alpha(opacity=0);
    behavior: ;
}
.my-account span a.shop:hover{
    opacity: 0.8;
    filter:alpha(opacity=80);
}

.field-steps {
    overflow: hidden;
    margin-top: 20px;
    text-align: right;
}
.reset-success{
    min-height: 220px;
    padding: 80px 0;
    position: relative;
    text-align: center;
    display: none;
}
.reset-success i{
    font-size: 48px;
    color: #0bc224;
    display: block;
}
.reset-tips{
    font-size: 14px;
    line-height: 2;
}
.reset-tips p{
    font-size: 16px;
}