.vip_content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .vip_content_box h1.tips {
      font-size: .266667rem;
      color: #201F1C;
      font-weight: bold;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: .533333rem; }
      .vip_content_box h1.tips span {
        font-size: .213333rem;
        color: #91979D; }
    .vip_content_box main {
      width: 100%; }
    .vip_content_box h1.title {
      position: relative; }
      .vip_content_box h1.title span {
        position: relative;
        color: #201F1C;
        font-size: .426667rem;
        z-index: 3;
        font-weight: bold; }
      .vip_content_box h1.title .tabs {
        margin-top: .2rem; }
      .vip_content_box h1.title span::after {
        content: '';
        position: absolute;
        display: inline-block;
        top: .1rem;
        width: 1.2rem;
        right: -0.5rem;
        height: .48rem;
        z-index: 1; }
      .vip_content_box h1.title .more {
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 16px;
        font-weight: 400;
        color: #91979D;
        height: 32px;
        line-height: 32px; }
        .vip_content_box h1.title .more .more-icon {
          position: relative;
          padding-right: 18px;
          color: #91979D; }
          .vip_content_box h1.title .more .more-icon::after {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            display: block;
            width: 18px;
            height: 18px; }
    .vip_content_box .m_m_s_s_main_header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      border-bottom: 1px solid #E7EAEB;
      padding-bottom: .133333rem;
      margin-bottom: .533333rem; }
      .vip_content_box .m_m_s_s_main_header .title {
        margin-bottom: 20px; }
      .vip_content_box .m_m_s_s_main_header .tabs {
        margin-left: .933333rem;
        margin-top: .066667rem; }
        .vip_content_box .m_m_s_s_main_header .tabs li.has_message::after {
          content: '';
          position: absolute;
          width: .106667rem;
          height: .106667rem;
          top: 0;
          right: -0.2rem;
          background-color: #FF4B3A;
          border-radius: 50%; }
        .vip_content_box .m_m_s_s_main_header .tabs li::before {
          bottom: .02rem; }
        .vip_content_box .m_m_s_s_main_header .tabs a {
          color: #7C818A;
          font-size: .32rem; }
      .vip_content_box .m_m_s_s_main_header .new_spectrum {
        position: absolute;
        right: 0;
        top: .1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.52rem;
        height: .426667rem;
        line-height: .426667rem;
        border-radius: .24rem;
        border: 1px solid #35D4A5;
        z-index: 1; }
        .vip_content_box .m_m_s_s_main_header .new_spectrum img {
          width: .24rem;
          height: .24rem;
          margin-right: .066667rem; }
        .vip_content_box .m_m_s_s_main_header .new_spectrum span {
          color: #35D4A5; }
    .vip_content_box .vip_body .user_info_box_vip {
      padding-top: 10px;
      margin-bottom: 30px;
      width: 460px;
      height: 200px;
      background-image: url("../images/manage_my_vip/bac2.png");
      background-size: 100% 100%; }
      .vip_content_box .vip_body .user_info_box_vip .info_box {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .vip_content_box .vip_body .user_info_box_vip .info_box .img {
          position: relative;
          border-radius: 50%;
          width: 60px;
          height: 60px;
		  overflow: hidden; }
		.vip_content_box .vip_body .user_info_box_vip .info_box .img img {
          width: 100%;
          height: 100%; }
          .vip_content_box .vip_body .user_info_box_vip .info_box .img::before {
            content: '';
		    position: absolute;
		    width: .933333rem;
		    height: .933333rem;
		    background-image: url(../images/manage_my_vip/bac1.png);
		    background-size: 100% 100%; }
          .vip_content_box .vip_body .user_info_box_vip .info_box .img > a {
            position: absolute;
            left: 1px;
            top: 1px;
            width: 64px;
            z-index: 1;
            height: 64px;
            border-radius: 50%;
            overflow: hidden; }
            .vip_content_box .vip_body .user_info_box_vip .info_box .img > a img {
              width: 100%;
              height: 100%; }
        .vip_content_box .vip_body .user_info_box_vip .info_box .info_details {
          margin-left: 20px;
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          .vip_content_box .vip_body .user_info_box_vip .info_box .info_details .name {
            font-size: 14px;
            color: #000000;
            font-weight: bold;
            margin-bottom: 5px;
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
          .vip_content_box .vip_body .user_info_box_vip .info_box .info_details .tips {
            color: #42637B;
            font-size: 13px; }
      .vip_content_box .vip_body .user_info_box_vip .opening_vip {
    cursor: pointer;
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #899BA9;
    border-radius: 20px;
    border: none;
    margin: 67px 0 0 21px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    position: relative; }
    .vip_content_box .vip_body .user_info_box_vip .opening_vip:hover {
     background: #607F97; }
    .vip_content_box .vip_body .user_info_box_vip .opening_vip .vip-yh70{
	  position: absolute;
      top: -9px;
      right: 11px;
      width: 81px;
	  display: none; }
    .vip_content_box .vip_body .uitls_box {
      width: 100%;
      margin-top: .6rem; }
      .vip_content_box .vip_body .uitls_box h1 {
        font-weight: bold;
        font-size: 20px;
      	margin-top: 10px;
        color: #201F1C; }
      .vip_content_box .vip_body .uitls_box h1 span{
		font-size: 14px;
	    font-weight: 400;
	    margin-left: 6px;
      	color: #595959; }
      .vip_content_box .vip_body .uitls_box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -0.266667rem;
        margin-top: .4rem;
	    width: 100%;
	    margin: 0 auto;
		padding-top: 16px; }
        .vip_content_box .vip_body .uitls_box ul li {
          margin-bottom: 15px; }
          .vip_content_box .vip_body .uitls_box ul li .li_item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 240px;
            height: 90px;
            padding: 5px;
            background: #F6F6F9;
            border-radius: .053333rem;
            margin-right: 15px; }
            .vip_content_box .vip_body .uitls_box ul li .li_item .img {
			    margin-right: 15px;
    			margin-left: 10px; }
              .vip_content_box .vip_body .uitls_box ul li .li_item .img img {
                width: 45px;
			    height: 45px; }
            .vip_content_box .vip_body .uitls_box ul li .li_item .text .title {
              font-size: 14px;
              font-weight: 600;
              color: #201F1C;
              margin-bottom: 6px; }
            .vip_content_box .vip_body .uitls_box ul li .li_item .text .tips {
              width: 94%;
              font-size: 13px;
              color: #7C818A;
   			  line-height: 20px; }
.look-more{
	cursor: pointer;
	margin-top: -.15rem;
}
.look-more a{
	color: #FF7527;
	font-size: 12px;
}
.why{
	width: 720px;
	overflow: hidden;
	margin-top: 18px;
}
.why .left{
	float: left;
	width: 60%;
	color: #777676;
	line-height: 20px;
	font-size: 12px;
}
.why .left p{
	width: 95%;
	margin-bottom: 8px;
}
.why .right{
	float: left;
	width: 40%;
}
.why .right img{
	width: 92%;
}
.product{
	border-radius: 5px;
	margin-top: 18px;
}
.product ul{
	align-items: center;
    justify-content: space-between;
}
.product ul li{
	width: 20%;
}
.product ul li .img{
	width: 145px;
    margin: 0 auto;
}
.product ul li .img img{
	width: 100%;
}
.product ul li .text{
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	text-align: center;
}
.vip_content_box .vip_body .uitls_box .product ul li{
	margin-bottom: .2rem;
}
.vip_content_box .vip_body .uitls_box .product ul li .sp{
	font-size: 13px;
	margin-top: 6px;
	text-align: center;
	color: #939393;
	line-height: 19px;
}
.vip_content_box .vip_body .uitls_box .product ul{
	margin-bottom: 33px;
}
.vip_content_box .vip_body .uitls_box.comment h1 span{
	font-size: 12px;
	color: #787878;
}
.vip_content_box .main{
	width: 100%;
	margin-top: 20px;
}
.vip_content_box .comment ul li{
	margin-bottom: 10px;
}
.vip_content_box .comment ul li .head{
    overflow: hidden;
}
.vip_content_box .comment ul li .head .left{
    float: left;
	width: 50px;
	margin-right: 9px;
}
.vip_content_box .comment ul li .head .left img{
	width: 100%;
}
.vip_content_box .comment ul li .head .right{
    float: left;
}
.vip_content_box .comment ul li .text{
    color: #787878;
    font-size: 12px;
    line-height: 17px;
    margin-top: 5px;
}
.vip_content_box .comment ul li .head .right .names{
	color: #868686;
	font-size: 12px;
	margin-top: 7px;
}
.vip_content_box .comment ul li .head .right .source{
	margin-top: 6px;
}
.vip_content_box .comment ul li .head .right .source img{
	width: 12px;
}
.dk ul li{
	margin-bottom: 10px;
	margin-top: 10px;
}
.dk ul li .li_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 5px;
    background: #F6F6F9;
    border-radius: .053333rem;
    margin-right: 15px;
}
.dk ul li .li_item .img {
    margin-right: 15px;
    margin-left: 10px;
}
.dk ul li .li_item .img img {
    width: 38px;
    height: 45px;
}
.dk ul li .li_item .text .title {
    font-size: 14px;
    font-weight: 600;
    color: #201F1C;
    margin-bottom: 6px;
}
.dk ul li .li_item .text .tips {
    font-size: 13px;
    color: #7C818A;
    line-height: 20px;
}
.vip_content_box .vip_body .uitls_box.first-upload{
	margin-top: 20px;
}
.vip_content_box .vip_body .zhong{
	font-size: 12px;
    font-weight: 400;
    color: #FF495D;
	margin-top: 4px;
}
.vip_content_box .vip_body .uitls_box.first-upload .product ul{
	padding-top: 0px;
}
.vip_content_box .vip_body .uitls_box.first-upload .product li{
	background: linear-gradient(160deg,#fff4eb 0%, #ffe6d2 87%);
	border-radius: 5px;
    padding: 24px 0;
	width: 200px;
}
.vip_content_box .vip_body .uitls_box.first-upload .product li .text{
	font-weight: 600;
	color: #b17b61;
	font-size: 19px;
}
.vip_content_box .vip_body .uitls_box.first-upload .product li .sp{
	font-weight: 400;
	color: #B17B61;
	font-size: 13px;
	margin-top: 10px;
}
.vip_content_box .vip_body .uitls_box.pu-num{
	margin-top: -15px;
}
.vip_content_box .vip_body .uitls_box.pu-num h1{
	font-size: 14px;
}
.vip_content_box .vip_body .uitls_box.pu-num .img{
	width: 100%;
}
.vip_content_box .vip_body .uitls_box.pu-num .img img{
	width: 100%;
}
.vip_content_box .vip_body .uitls_box.pu-num{
	margin-bottom: 20px;
}
.vip_body{
	width: 800px;
}