*{margin: 0;padding: 0;border: 0;list-style: none;text-decoration: none;color: inherit;font-weight: normal;font-family: "微软雅黑";box-sizing: border-box;font-style: normal;outline: none;-webkit-tap-highlight-color: transparent;}
body{width: 100%;overflow-x: hidden;background: #ffffff;}
img{vertical-align: top;max-width: 100%;}
/* 头 */
.header{width: 100%;height: 3.5rem;background: #f9711d;display: flex;align-items: center;margin-top: -0.5rem;padding: 0 .25rem;}
.header img{width: 1.1rem;height: 1.1rem;margin-right: .28rem;}
.header p{font-size: .36rem;color: #ffffff;}
/* 表单区 */
.content{width: 100%;height: auto;overflow: hidden;border-radius:  .35rem .35rem 0 0;background: #ffffff;padding: .54rem;margin-top: -0.5rem;}
.content .type{width: 100%;height: auto;}
.content .type ul{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.content .type ul li{width: 100%;text-align: center;font-size: .36rem;color: #333333;position: relative;}
.content .type ul li.on{color:#f9711d}
.content .type ul li.on::after{content: "";position: absolute;display: block;width: .75rem;height: .06rem;background: #f9711d;bottom: -.2rem;left: 50%;transform: translateX(-50%);}
.content .form{width: 100%;height: auto;overflow: hidden;padding-top: .85rem;}
.content .form .item{width: 100%;height: .9rem;background: #f1f1f1;margin-bottom: .3rem;border-radius: .15rem;display: flex;justify-content: space-between;align-items: center;padding-left: .3rem;padding-right: .25rem;}
.content .form .item i{flex-shrink: 0;font-size: .38rem;color: #999999;}
.content .form .item input{height: .5rem;width: 100%;padding:0 .4rem;background: none;color: #999999;font-size: .28rem;}
.content .form .item span{color: #d1d1d1;font-size: .35rem;}
.content .form .item span.on{color: #333;}
.content .form .forget{text-align: right;font-size: .24rem;color: #f9711d;margin-bottom: .5rem;}
.content .form .submit{width: 100%;height: auto;overflow: hidden;}
.content .form .submit button{width: 100%;height: .9rem;font-size: .32rem;color: #ffffff;border-radius: .15rem;margin-bottom: .2rem;}
.content .form .submit button:first-child{background: #f9711d;}
.content .form .submit button:last-child{background: #ffffff;color: #f9711d;border: .01rem solid #f9711d;}
.agreement{width: 100%;height: auto;overflow: hidden;padding-top: .05rem;margin-bottom: .7rem;font-size: .24rem;color: #333333;display: flex;align-items: center;letter-spacing: .005rem;}
.agreement i{font-size: .3rem;margin-right: .1rem;color: #bbb;}
.agreement i.on{color: #f9711d;}
.agreement span{color: #f9711d;}
/* 第三方登录 */
.other-login{width: 100%;height: auto;overflow: hidden;}
.other-login .title{text-align: center;font-size: .26rem;color: #999999;margin-bottom: .45rem;}
.other-login  ul{display: flex;width: 100%;justify-content: center;align-items: center;}
.other-login  ul li{margin: 0 .3rem;font-size: .8rem;}
.other-login  ul li.icon-weixin{color: #2aa515;}
.other-login  ul li.icon-weibo{color: #fc9706;}
.other-login  ul li.icon-qq{color: #47b2eb;}