.box {
    padding-top: 6.8571rem;
}

.mian_my {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0.71rem;
}

.mian_my .comm_left {
    padding: 1.71rem 2.86rem;
    background: #fff;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    width: 24.64rem;
}

.mian_my .comm_left .user {
    display: flex;
    align-items: center;

}

.mian_my .comm_left .user img {
    width: 4.29rem;
    height: 4.29rem;
    margin-right: 0.86rem;
    border-radius: 50%;
}

.mian_my .comm_left .user .name {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.29rem;
    color: #060A26;
    line-height: 1.93rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.mian_my .comm_left .user .name .name_dec {
    margin-top: 0.29rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #4E5969;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.mian_my .comm_left .list_tab .img {
    width: 1.43rem;
    height: 1.43rem;
    margin-right: 1rem;
}


.mian_my .comm_left .list_tab .item_text {
    display: flex;
    align-items: center;
    margin-top: 1.71rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.mian_my .comm_left .list_tab .item_text.active {
    color: #FF6A00;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(1) .img {
    background: url('../image/my/1.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(1).active .img {
    background: url('../image/my/1_s.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(2) .img {
    background: url('../image/my/2.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(2).active .img {
    background: url('../image/my/2_s.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(3) .img {
    background: url('../image/my/3.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(3).active .img {
    background: url('../image/my/3_s.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(4) .img {
    background: url('../image/my/4.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(4).active .img {
    background: url('../image/my/4_s.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(5) .img {
    background: url('../image/my/5.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(5).active .img {
    background: url('../image/my/5_s.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(6) .img {
    background: url('../image/my/6.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(6).active .img {
    background: url('../image/my/6_s.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(7) .img {
    background: url('../image/my/7.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(7).active .img {
    background: url('../image/my/7_s.png') no-repeat;
    background-size: 100% 100%;
}


.mian_my .comm_left .list_tab .item_text:nth-of-type(8) .img {
    background: url('../image/my/8.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_left .list_tab .item_text:nth-of-type(8).active .img {
    background: url('../image/my/8_s.png') no-repeat;
    background-size: 100% 100%;
}

.mian_my .comm_right {
    width: 76.79rem;
    min-height: 42.86rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    padding: 2.86rem 2.86rem 11.36rem;
    display: none;
}

.mian_my .comm_right.login_is {
    height: 42.86rem;
    /* display: block; */
}

.mian_my .comm_right.login_is .button {
    width: 16rem;
    height: 3.57rem;
    background: linear-gradient(180deg, #FF6A00 0%, #FF7D33 100%);
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 1.4286rem;
    color: #FFFFFF;
    line-height: 3.57rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    /* padding: .53rem 0; */
    cursor: pointer;
    transition: .3s;
    margin-top: 1.4286rem;
}

.mian_my .comm_right.login_is .button:hover {
    background: linear-gradient(95deg, #f60, #f60);
    transform: scale(1.05);
}


.mian_my .comm_right.connent_type {}




.mian_my .comm_right .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2.86rem;
    border-bottom: .0714rem solid #E4E6F0;

}


.mian_my .comm_right .top .left {
    display: flex;
    align-items: center;
    padding: 0;

}

.mian_my .comm_right .top .left img {
    width: 4.29rem;
    margin-right: 1.71rem;
}

.mian_my .comm_right .top .left text {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.29rem;
    color: #060A26;
    line-height: 1.93rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.mian_my .comm_right .top .btn {
    display: flex;
    align-items: center;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #060A26;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.mian_my .comm_right .top .btn img {
    width: 1.43rem;
    margin-right: 0.36rem;
}


.mian_my .comm_right .bottom .item {
    display: flex;
    align-items: center;
    margin-top: 2.86rem;

}

.mian_my .comm_right .bottom img {
    width: 4.29rem;
    border-radius: 50%;
}

.mian_my .comm_right .bottom .type {
    margin-right: 1.71rem;
}

.mian_my .comm_right .bottom .item .btn {
    margin-left: 0.86rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #576B95;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.mian_my .comm_right .bottom .item .btn.m0 {
    margin: 0;
}

.mian_my .comm_right .bottom .item .btn:hover {
    color: #FF5A5F;
}

.mian_my .comm_right .bottom .item p {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 500;
    font-size: 1.29rem;
    color: #060A26;
    line-height: 1.93rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.mian_my {
    margin-bottom: 7.1429rem;
}

.model_show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}


.model_show .show_position {
    padding: 1.71rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.phone_show {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.phone_show .show_connent {
    padding: 1.71rem;
    width: 35.71rem;
    height: 22.64rem;
    background: #FFFFFF;
    border-radius: 1.07rem 1.07rem 1.07rem 1.07rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.phone_show .show_connent .title_ {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 700;
    font-size: 1.43rem;
    color: #060A26;
    line-height: 2.14rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.71rem;

}

.phone_show .show_connent .dec {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1rem;
    color: #959BA5;
    line-height: 1.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1.71rem;
}

.phone_show .show_connent .input_wrap {}

.phone_show .show_connent .input_wrap .input {
    width: 32.29rem;
    height: 3.57rem;
    background: #F5F8FA;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    border: none;
    outline: none;
}

.phone_show .show_connent .input_wrap input {
    padding: 0.86rem;
}

.phone_show .show_connent .input_wrap input::placeholder {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #4E5969;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.phone_show .show_connent .input_wrap .code_wrap_ {
    margin-top: 0.71rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.phone_show .show_connent .input_wrap .code_wrap_ input {
    height: 100%;
    width: 75%;
    outline: none;
    border: none;
    background-color: #F5F8FA;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;

}

.phone_show .show_connent .input_wrap .code_wrap_ .code_wrap {
    /* padding-right: 0.86rem; */
    cursor: pointer;
    height: 100%;
    width: 25%;
    outline: none;
    border: none;
    text-align: center;
    background-color: #F5F8FA;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    color: #FF6A00;
}

.phone_show .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1.71rem;
}


.phone_show .btn_wrap .btn {
    width: 11.43rem;
    height: 3.57rem;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    margin-left: 0.86rem;
    cursor: pointer;
}

.phone_show .btn_wrap .btn.close {
    background: #FFFFFF;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    border: 0.07rem solid #E4E6F0;
}

.phone_show .btn_wrap .btn.sub {
    border: none;
    color: #fff;
    background: #FF6A00;
}

.phone_show .btn_wrap .btn.sub:disabled {
    background: #FFD2B2;
    cursor: not-allowed;
}

.my_account .input_wrap {
    display: none;
    align-items: center;
    justify-content: center;
}

.my_account .input_wrap input {
    width: 61.73rem;
    height: 3.57rem;
    background: #F5F8FA;
    border-radius: 0.71rem 0.71rem 0.71rem 0.71rem;
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-size: 1.29rem;
    color: #060A26;
    line-height: 1.93rem;
    text-align: left;
    font-style: normal;
    outline: none;
    border: none;
    padding: 0 1.0714rem;
}

.my_account .name_show {
    display: flex;
    align-items: center;
}

.my_account .input_wrap .save_btn {
    font-family: SourceHanSansCN-Revision, SourceHanSansCN-Revision;
    font-weight: 400;
    font-size: 1.14rem;
    color: #576B95;
    line-height: 1.71rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 1.0714rem;
    cursor: pointer;
}


/* 修改头像 */


.avater-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=20);
    /*ie*/
    -moz-opacity: 0.2;
    -o-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    /*display: block;*/
    display: block;
    overflow: hidden;
}

.rrrrTips {
    width: 300px;
    height: 60px;
    position: fixed;
    z-index: 111111;
    top: 45%;
    left: 50%;
    margin-left: -150px;
    margin-top: -31px;
    line-height: 60px;
    background: #000;
    filter: alpha(opacity=50);
    /*ie*/
    -moz-opacity: 0.4;
    -o-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    color: white;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    display: none;
}

.rrrrrTips {
    width: 120px;
    height: 60px;
    position: fixed;
    z-index: 111111;
    top: 45%;
    left: 50%;
    margin-left: -60px;
    margin-top: -31px;
    line-height: 60px;
    background: #000;
    filter: alpha(opacity=50);
    /*ie*/
    -moz-opacity: 0.4;
    -o-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    color: white;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    display: none;
}

.avater-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=20);
    /*ie*/
    -moz-opacity: 0.2;
    -o-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    /*display: block;*/
    display: block;
    overflow: hidden;
}

.headImg, .headAcc {
    z-index: 99999;
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -270px;
    width: 510px;
    background: #fff;
    display: block;
}

.headAcc {
    width: 465px;
    padding-bottom: 40px;
}

.headImg .container {
    font-family: 微软雅黑;
    font-size: 12px;
    margin: 0;
    margin-left: 20px;
    padding: 0;
    position: static;
    width: fit-content;
}

.headImg .container .img-title {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
}

.headImg .container .rl-close {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat center center;

}

.headImg .container .rl-close:hover {
    background: url(../images/closeHover.png) no-repeat center center;
}

.headImg .container .img-title p {
    line-height: 30px;
    display: inline-block;
    color: #333;
    margin-top: 15px;
}

a.upload-img {
    width: 165px;
    display: inline-block;
    margin-bottom: 10px;
    height: 57px;
    line-height: 57px;
    font-size: 20px;
    color: #FFFFFF;
    background-color: #f38e81;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    border: 0px #fff solid;
}

.img-box1 {
    display: block;
    position: relative;
    height: 328px;
    width: 330px;
    background: #F8F8F8;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-top: 15px;
    text-align: center;
}

.img-box1 .upload-img {
    width: 80px;
    height: 28px;
    font-size: 12px;
    color: #333;
    color: #EEEEEE;
    line-height: 28px;
    margin-top: 170px;
    cursor: pointer;
}

.img-box1 .upload-img p {
    width: 80px;
    margin-top: 0;
    height: 28px;
    line-height: 28px;
    background: white;
    color: #333;
    font-weight: normal;
    cursor: pointer;
}

.img-box1 .upload-img p span {
    color: #58cd95;
    font-size: 20px;
    line-height: 22px;
    float: left;
    margin-left: 5px;
    margin-top: 2px;
}

.cropped {
    position: absolute;
    right: 20px;
    top: 60px;
    width: 112px;
    height: 330px;
    padding: 4px;
    text-align: center;
    padding-top: 17px;
    font-size: 14px;
    color: #666;
    background: #f8f8f8;

}


.action {
    width: 400px;
    height: 30px;
    margin: 10px 0;
}

.bbtn {
    display: block;
    float: left;
    width: 68px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-upload {
    color: white;
    background: #58cd95;
    border: 1px solid #58cd95;
    margin-left: 150px;
    cursor: pointer;
}

.btn-upload:hover {
    color: white;
    background: #23b962;
}

.action .btn-quit {
    color: #333;
    background: white;
    border: 1px solid #eee;
    margin-left: 40px;
}

.action .btn-quit:hover {
    border: 1px solid #23b962;
    color: #23b962;
}

.hide {
    display: none;
}

.imageBox {
    position: relative;
    height: 330px;
    width: 330px;
    background: #F8F8F8;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
    margin-top: 15px;
    text-align: center;
    display: none;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    border-radius: 200px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

.imageBox .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 400px;
    color: #2F2A2A;
    background: rgba(213, 211, 211, 0.7);
}

.new-contentarea {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    float: left;
    height: 30px;
}

.new-contentarea p {
    width: 100%;
    height: 100%;
    display: block;
}

.new-contentarea input[type=file] {
    width: 0px;
    height: 0px;
    background: #333;
    margin: 0 auto;
    position: absolute;
    right: 500%;
    margin-right: -94px;
    top: 0;
    right
    /*\**/
    : 0px \9;
    margin-right
    /*\**/
    : 0px \9;
    width
    /*\**/
    : 10px \9;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}

.bbox {
    width: 330px;
    height: 28px;
    position: relative;
}

.bbox input {
    position: absolute;
    left: -4000px;
    top: -2000px;
}




.cropTitle {
    font-size: 16px;
    color: #333;
}


.bbtn {
    display: block;
    float: left;
    width: 68px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.btn-upload {
    color: white;
    background: #58cd95;
    border: 1px solid #58cd95;
    margin-left: 150px;
    cursor: pointer;
}

.btn-upload:hover {
    color: white;
    background: #23b962;
}

.action .btn-quit {
    color: #333;
    background: white;
    border: 1px solid #eee;
    margin-left: 40px;
}

.action .btn-quit:hover {
    border: 1px solid #23b962;
    color: #23b962;
}

.hide {
    display: none;
}

.imageBox {
    position: relative;
    height: 330px;
    width: 330px;
    background: #F8F8F8;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor: move;
    margin-top: 15px;
    text-align: center;
    display: none;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    border-radius: 200px;
    margin-left: -100px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}



.bbox {
    width: 330px;
    height: 28px;
    position: relative;
}

.bbox input {
    position: absolute;
    left: -4000px;
    top: -2000px;
}

.bbox span {
    line-height: 30px;
    float: left;
}

.action .reclick {
    width: 64px;
    height: 28px;
    background: white;
    border: 1px solid #EEEEEE;
    float: right;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
}

.action .reclick p {
    position: absolute;
    z-index: 100;
    background: white;
    color: #333;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
    border-radius: 2px;
    cursor: pointer;
}

.action .reclick p:hover {
    color: #23b962;
    border-color: #23b962;
}

.tc {
    display: none;
}

.tips1, .gettics-tips2 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

/* 修改头像完 */



/* 枫叶
 */

.page_wrap .page_btn {
    border: 0.07rem solid #E4E6F0;
}

.page_wrap .page_item {
    border: 0.07rem solid #E4E6F0;
}

.page_wrap {
    /* justify-content: flex-start; */
    margin: 0;
}
