/* 页面加载动画 */
html.loading,
body.loading {
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
}

html.loading *,
body.loading * {
  overflow-x: hidden !important;
}

body.loading main,
body.loading header,
body.loading footer {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

html.loaded,
body.loaded {
  overflow-x: hidden !important;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  box-sizing: border-box;
  overflow: hidden;
}

.loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loading-text {
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}

body.loaded .loading-overlay {
  display: none;
}

body.loaded main,
body.loaded header,
body.loaded footer {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

@media (max-width: 1024px) {
  html{
    background: #F6F6F6;
  }
  .header_body_phone{
    width: 750px;
    height: 120px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    text-align: center;
    font-size: 0;
    background: #FFFFFF;
  }
  .header_back{
    position: absolute;
    width: 21px;
    height: 34px;
    top: 41px;
    left: 33px;
  }
  .header_back img{
    width: 21px;
    height: 34px;
  }
  .header_body_phone span{
    font-size: 40px;
    font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", -apple-system, sans-serif;
    font-weight: 400;
    color: #0A0A0A;
    line-height: 120px;
  }
  .body_top{
    width: 750px;
    height: 239px;
    background: #FFFFFF;
  }
  .body_top_content{
    padding-top: 36px;
    padding-left: 29px;
  }
  .body_top_content_left,.body_top_content_right{
    display: inline-block;
    vertical-align: middle;
  }
  .body_top_content_left{
    margin-right: 20px;
  }
  .body_top_content_left img{
    width: 154px;
    height: 154px;
  }
  .body_top_content_right_username{
    font-size: 44px;
    font-weight: normal;
    color: #0A0A0A;
    line-height: 50px;
  }
  .body_top_content_right_item{
    width: 488px;
    margin-top: 17px;
    font-size: 26px;
    font-weight: 400;
    color: #A8A8A8;
    position: relative;
  }
  .body_top_content_right_item .time{
    color: #3b89e7;
  }
  .body_top_content_right_item_btn{
    position: absolute;
    width: 99px;
    height: 52px;
    border: 1px solid #E5E6E8;
    border-radius: 26px;
    top: -13px;
    right: 0px;
    font-size: 24px;
    font-weight: normal;
    color: #3b89e7;
    line-height: 52px;
    text-align: center;
  }
	.body_first{
		margin-bottom: 80px;
	}
  .body_first_left{
    
  }
  .first_left_content{
    margin-top: 15px;
    width: 750px;
    height: 332px;
    background: #FFFFFF;
  }
  .first_left_content_item{
    height: 110px;
    line-height: 110px;
    padding-left: 32px;
    padding-right: 34px;
    font-size: 32px;
    font-weight: 400;
    color: #0A0A0A;
    position: relative;
  }
  .first_left_content_item_right{
    position: absolute;
    right: 34px;
    display: inline-block;
    font-size: 26px;
    font-weight: 400;
    color: #A8A8A8;
  }
  .first_left_content_item_right span{
    vertical-align: middle;
    margin-right: 20px;
  }
  .first_left_content_item_right img{
    vertical-align: middle;
  }
  .first_left_logOut{
    margin-top: 16px;
    height: 110px;
    background: #FFFFFF;
    padding-left: 32px;
    padding-right: 34px;
    font-size: 32px;
    font-weight: 400;
    color: #0A0A0A;
    position: relative;
    line-height: 110px;
  }
  .user_2{
    width: 750px;
    min-height: 100vh;
    background-color: #F6F6F6;
  }
  .user_2_header{
    height: 120px;
    font-size: 40px;
    font-weight: normal;
    color: #0A0A0A;
    line-height: 120px;
    position: relative;
    text-align: center;
  }
  .user_2_header_back{
    position: absolute;
    left: 33px;
  }
  .user_2_header_back img{
    width: 21px;
    height: 34px;
  }
  .user_record_content{
    width: 750px;
  }
  .user_record_content_content_list{
    height: 195px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 126px;
    position: relative;
  }
  .user_record_content_content_list:first-child{
    margin-top: 66px;
  }
  .user_record_content_content_list .user_record_content_content_list_item:nth-child(1){
    position: absolute;
    top: -70px;
    left: 217px;
    width: 254px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 7px;
    font-size: 28px;
    font-weight: normal;
    color: #A8A8A8;
    line-height: 50px;
    text-align: center;
  }
  .user_record_content_content_list .user_record_content_content_list_item:nth-child(2){
		max-width: 450px;
    font-size: 38px;
    font-weight: bold;
    color: #0A0A0A;
    line-height: 38px;
    position: absolute;
    top: 57px;
    left: 42px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: inline-block; 
  }
  .user_record_content_content_list .user_record_content_content_list_item:nth-child(3){
    font-size: 28px;
    font-weight: normal;
    color: #A8A8A8;
    line-height: 28px;
    position: absolute;
    top: 126px;
    left: 38px;
  }
  .user_record_content_content_list .user_record_content_content_list_item:nth-child(4){
    font-size: 50px;
    font-weight: bold;
    color: #3b89e7;
    line-height: 50px;
    position: absolute;
    top: 57px;
    right: 45px;
  }
  .user_record_content_content_list .user_record_content_content_list_item:nth-child(5){
    position: absolute;
    top: 121px;
    right: 48px;
  }
  .user_record_content_content_list .user_record_content_content_list_item:nth-child(5) div{
    width: 59px;
    height: 36px;
    border: 1px solid #E5E6E8;
    border-radius: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    font-weight: normal;
    color: #727479;
  }
  .user_record_content{
    width: 656px;
    margin: 0 auto;
    margin-top: 65px;
  }
  .user_3_content_item{
    margin-top: 47px;
  }
  .user_3_content_item_title{
    font-size: 31px;
    font-weight: normal;
    color: #727479;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .user_3_content_item_input input{
    width: 590px;
    height: 104px;
    border: 1px solid #E5E6E8;
    border-radius: 20px;
    outline: none;
    background-color: #f6f6f6;
    font-size: 30px;
    font-weight: bold;
    color: #0A0A0A;
    line-height: 30px;
    padding: 0 33px;
  }
  .xingbie {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 200px;
  }
  .xingbie input {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 0;
  }
  .sex{
    position: absolute;
    left: 75px;
    font-size: 30px;
    font-weight: bold;
    color: #0D0D10;
    padding-left: 8px;
    line-height: 104px;
  }
  .xingbie input[type="radio"] + label:before {
    content: "\a0";
    display: inline-block;
    width: 31px;
    height: 31px;
    background-color: #ffffff;
    border: 2px solid #ccc;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    left: 31px;
    top: 36px;
    background-size: 100%;
  }
  .xingbie input[type="radio"]:checked + label:before {
    background-color: #3b89e7;
    border-color: #3b89e7;
    background-size: 100%;
  }
  .user_3_content_item:nth-child(3) .user_3_content_item_input{
    width: 656px;
    height: 104px;
    border: 1px solid #E5E6E8;
    border-radius: 20px;
  }
  .user_3_content_btn{
    width: 626px;
    height: 104px;
    background: #3b89e7;
    border-radius: 52px;
    margin: 0 auto;
    margin-top: 140px;
    text-align: center;
    line-height: 104px;
    font-size: 38px;
    font-weight: normal;
    color: #FFFFFF;
  }
  .user_4_content_item{
    margin-top: 47px;
  }
  .user_4_content_item_title{
    font-size: 31px;
    font-weight: normal;
    color: #727479;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .user_4_content_item_input{
    position: relative;
  }
  .user_4_content_item_input input{
    width: 590px;
    height: 104px;
    border: 1px solid #E5E6E8;
    border-radius: 20px;
    outline: none;
    background-color: #f6f6f6;
    font-size: 30px;
    font-weight: bold;
    color: #0A0A0A;
    line-height: 30px;
    padding: 0 33px;
  }
  .user_4_content_item_input img{
    width: 47px;
    height: 47px;
    position: absolute;
    top: 29px;
    right: 28px;
  }
  .user_4_content_msg{
    width: 627px;
    height: 55px;
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: normal;
    color: #A8A8A8;
    line-height: 34px;
    margin: 0 auto;
    margin-top: 36px;
  }
  .user_4_content_btn{
    width: 626px;
    height: 104px;
    background: #3b89e7;
    border-radius: 52px;
    margin: 0 auto;
    margin-top: 140px;
    text-align: center;
    line-height: 104px;
    font-size: 38px;
    font-weight: normal;
    color: #FFFFFF;
  }
  .address{
    width: 750px;
    height: 882px;
    background: #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    position: fixed;
    z-index: 999;
    bottom: 0px;
  }
  .address_top{
    width: 669px;
    margin: 0 auto;
    border-bottom: 3px solid #E5E6E8;
  }
  .address_top_title{
    font-size: 36px;
    font-weight: bold;
    color: #141414;
    line-height: 36px;
    padding-top: 51px;
    padding-bottom: 44px;
    display: inline-block;
  }
  .address_top_right{
    display: inline-block;
    margin-left: 478px;
  }
  .address_top_right img{
    width: 31px;
    height: 31px;
  }
  .address_btn{
    width: 669px;
    height: 730px;
    margin: 0 auto;
    overflow-x: hidden; /*x轴禁止滚动*/
　  overflow-y: scroll;/*y轴滚动*/
  }
  .address_btn::-webkit-scrollbar {
    display: none;/*隐藏滚动条*/
  }
  .address_btn_item{
    width: 669px;
    height: 104px;
    line-height: 104px;
    font-size: 32px;
    font-weight: 500;
    color: #141414;
    border-top: 1px solid #E5E6E8;
    position: relative;
  }
  .address_btn_item img{
    width: 30px;
    height: 23px;
    position: absolute;
    top: 41px;
    right: 14px;
  }
  .address_btn_item:first-child{
    border-top: 0px solid #E5E6E8;
  }
	.user_5 .user_record_content_content_list .user_record_content_content_list_item:nth-child(1){
		display: none;
  }
	.user_5 .user_record_content .user_record_content_btn{
		width: 343px;
		height: 77px;
		border-radius: 38px;
		border: 1px solid #3b89e7;
		margin: 0 auto;
		margin-top: 80px;
		font-weight: normal;
		font-size: 31px;
		color: #3b89e7;
		line-height: 77px;
		text-align: center;
	}
	.user_5 .user_record_content_msg{
		width: 100%;
	}
	.user_5 .user_record_content_msg .user_record_content_msg_img{
		width: 431px;
		margin: 0 auto;
		margin-top: 63px;
	}
	.user_5 .user_record_content_msg .user_record_content_msg_img img{
		width: 431px;
	}
	.user_5 .user_record_content_msg .user_record_content_msg_title{
		margin-top: 29px;
		text-align: center;
		font-weight: 400;
		font-size: 32px;
		color: #0A0A0A;
		line-height: 32px;
	}
	.user_5 .user_record_content_msg .user_record_content_msg_btn{
		width: 343px;
		height: 77px;
		border-radius: 38px;
		border: 1px solid #3b89e7;
		margin: 0 auto;
		margin-top: 99px;
		text-align: center;
		font-weight: normal;
		font-size: 31px;
		color: #3b89e7;
		line-height: 77px;
	}
}
@media (min-width: 1024px) {
  .body{
    width: 1920px;
    height: 638px;
    background: #f5f6f7;
  }
  .body_top{
    width: 1920px;
    height: 56px;
    background: #3b89e7;
    position: relative;
  }
  .body_top_title{
    font-size: 24px;
    font-weight: normal;
    color: #F2F2F3;
    line-height: 56px;
    margin-left: 100px;
  }
  .body_top img{
    position: absolute;
    top: 0px;
    right: 6px;
    width: 697px;
    height: 55px;
  }
  .body_first{
    padding-top: 38px;
    padding-bottom: 62px;
    width: 950px;
    margin: 0 auto;
  }
  .body_first_left,.body_first_right{
    display: inline-block;
    height: 483px;
    background: #FFFFFF;
    border: 1px solid #EFF0F0;
    vertical-align: top;
  }
  .body_first_left{
    width: 175px;
    border-radius: 10px 0px 0px 10px;
    position: relative;
  }
  .first_left_content{
    padding: 27px 0px 0px 31px;
  }
  .first_left_content_item{
    margin: 15px 0px;
    font-size: 14px;
    font-weight: normal;
    color: #0A0A0A;
    width: 139px;
		cursor: pointer;
  }
  .first_left_logOut{
    font-size: 14px;
    font-weight: normal;
    color: #0A0A0A;
    position: absolute;
    bottom: 39px;
    left: 31px;
		cursor: pointer;
  }
  .content_onClick{
    color: #3b89e7;
    border-right: 5px solid #3b89e7;
  }
  .body_first_right{
    width: 763px;
    border-radius: 0px 10px 10px 0px;
  }
  .first_right_content{
    padding: 30px 0px 0px 73px;
  }
  .first_right_content_item{
    margin: 11px 0px;
  }
  .first_right_content_item div{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
  }
  .first_right_content_item_title{
    width: 85px;
    color: #727479;
  }
  .first_right_content_item_cont{
    color: #0A0A0A;
  }
  .first_right_content_item .time{
    color: #3b89e7;
  }
  .first_right_content_item_btn{
    width: 57px;
    height: 27px;
    border: 1px solid #E5E6E8;
    border-radius: 10px;
    margin-left: 15px;
    font-size: 13px;
    font-weight: normal;
    color: #3b89e7;
    line-height: 27px;
    text-align: center;
  }
  .user_record_content{
    width: 647px;
    background: #F5F6F7;
    margin: 0 auto;
    margin-top: 42px;
  }
  .user_record_content_hearder{
    width: 647px;
    height: 50px;
    background: #F5F6F7;
    border: 1px solid #E5E6E8;
    border-radius: 10px 10px 0px 0px;
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
    color: #0A0A0A;
    font-size: 0;
  }
  .user_record_content_content{
    background: #fff;
		max-height: 238px;
		overflow-y: auto;
		overflow-x: hidden;
		scrollbar-width: thin;
		scrollbar-color: #c0c4cc #f5f7fa;
		-ms-overflow-style: -ms-autohiding-scrollbar;
  }
	.user_record_content_content::-webkit-scrollbar {
	    width: 4px;
	}
	.user_record_content_content::-webkit-scrollbar-track {
			background: #f5f7fa;
			border-radius: 3px;
	}
	.user_record_content_content::-webkit-scrollbar-thumb {
	    background: #c0c4cc;
	    border-radius: 3px;
	    transition: background 0.2s ease;
	}
	.user_record_content_content::-webkit-scrollbar-thumb:hover {
	    background: #909399;
	}
	.user_record_content_content::-webkit-scrollbar-corner {
	    background: #f5f7fa;
	}
  .user_record_content_content_list{
    width: 647px;
    height: 50px;
    border: 1px solid #E5E6E8;
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
    color: #727479;
    border-top: 0px;
    font-size: 0;
  }
  .user_record_content_content_list:last-child{
    border-radius: 0px 0px 10px 10px;
  }
  .user_record_content_content_list_item:first-child{
    width: 120px;
  }
  .user_record_content_content_list_item:nth-child(2){
    width: 180px;
    color: #3b89e7;
  }
  .user_record_content_content_list_item:nth-child(3){
    width: 180px;
  }
  .user_record_content_content_list_item:nth-child(4){
    width: 120px;
    color: #3b89e7;
    font-family: initial;
  }
  .user_record_content_content_list_item div{
    width: 44px;
    height: 27px;
    border: 1px solid #E5E6E8;
    border-radius: 10px;
    text-align: center;
    line-height: 27px;
    margin: 0 auto;
    cursor: pointer;
  }
  .user_record_content_content_list_item{
    display: inline-block;
    padding: 0 22px;
    cursor: default;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
  }
  .user_record_content_hearder_item:first-child{
    width: 120px;
  }
  .user_record_content_hearder_item:nth-child(2){
    width: 180px;
  }
  .user_record_content_hearder_item:nth-child(3){
    width: 180px;
  }
  .user_record_content_hearder_item:nth-child(4){
    width: 120px;
  }
  .user_record_content_hearder_item{
    display: inline-block;
    padding: 0 22px;
    cursor: default;
    vertical-align: middle;
    box-sizing: border-box;
    font-size: 14px;
  }
  .user_record_content{
    background-color: #FFFFFF;
    position: relative;
  }
  .user_3_content_item_title{
    font-size: 16px;
    font-weight: normal;
    color: #727479;
    line-height: 16px;
    margin-bottom: 11px;
  }
  .user_3_content_item input{
    width: 568px;
    border: 1px solid #E5E6E8;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    color: #0A0A0A;
    padding: 15px 16px;
    line-height: 16px;
  }
  .user_3_content_item:nth-child(2),.user_3_content_item:nth-child(3){
    display: inline-block;
    margin-top: 25px;
    vertical-align: top;
  }
  .user_3_content_item:nth-child(2) input{
    width: 254px;
    border: 1px solid #E5E6E8;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    color: #0A0A0A;
    padding: 15px 16px;
    line-height: 16px;
  }
  .user_3_content_item:nth-child(3){
    margin-left: 19px;
  }
  .user_3_content_item:nth-child(3) .user_3_content_item_input{
    width: 288px;
    height: 48px;
    border: 1px solid #E5E6E8;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #0A0A0A;
    line-height: 48px;
  }
  .user_3_content_btn{
    width: 118px;
    height: 50px;
    background: #3b89e7;
    border-radius: 25px;
    position: absolute;
    left: 482px;
    top: 252px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
  }
  .user_4_content_item{
    margin-top: 25px;
    width: 600px;
  }
  .user_4_content_item_title{
    font-size: 16px;
    font-weight: normal;
    color: #727479;
    line-height: 16px;
    margin-bottom: 11px;
  }
  .user_4_content_item_input{
    position: relative;
  }
  .user_4_content_item_input input{
    width: 568px;
    border: 1px solid #E5E6E8;
    border-radius: 10px;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    color: #0A0A0A;
    padding: 15px 16px;
    line-height: 16px;
    position: relative;
  }
  .xingbie {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 100px;
  }
  .xingbie input{
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    padding: 0;
  }
  .sex{
    position: absolute;
    left: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #0D0D10;
    line-height: 50px;
    cursor: pointer;
  }
  .xingbie input[type="radio"] + label:before {
    content: "\a0";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 2px solid #ccc;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    left: 18px;
    top: 17px;
    background-size: 16px;
  }
  .xingbie input[type="radio"]:checked + label:before {
    background-color: #3b89e7;
    border-color: #3b89e7;
    background-size: 16px;
  }
  .user_4_content_btn{
    width: 118px;
    height: 50px;
    background: #3b89e7;
    border-radius: 25px;
    position: absolute;
    left: 482px;
    top: 322px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
  }
  .user_4_content_item_input img{
    position: absolute;
    top: 13px;
    right: 17px;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .user_6_title{
    font-size: 25px;
    font-weight: bold;
    color: #000000;
    line-height: 31px;
    margin-bottom: 20px;
  }
  .address{
      width: 333px;
      height: 396px;
      background: #F5F6F7;
      border: 1px solid #E5E6E8;
      border-radius: 10px;
      position: absolute;
      z-index: 999;
      top: 410px;
      left: 716px;
    }
    .address_top{
      width: 280px;
      margin: 0 auto;
      border-bottom: 2px solid #E5E6E8;
    }
    .address_top_title{
      font-size: 20px;
      padding-top: 27px;
      padding-bottom: 21px;
      font-weight: bold;
      color: #141414;
      line-height: 20px;
      display: inline-block;
    }
    .address_top_right{
      display: inline-block;
      margin-left: 175px;
    }
    .address_top_right img{
      width: 17px;
      height: 16px;
    }
    .address_btn{
      width: 280px;
      height: 300px;
      margin: 0 auto;
      overflow-x: hidden; /*x轴禁止滚动*/
  　  overflow-y: scroll;/*y轴滚动*/
    }
    .address_btn::-webkit-scrollbar {
      display: none;/*隐藏滚动条*/
    }
    .address_btn_item{
      width: 280px;
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      font-weight: 500;
      color: #141414;
      border-top: 1px solid #E5E6E8;
      position: relative;
    }
    .address_btn_item img{
      width: 17px;
      height: 13px;
      position: absolute;
      top: 19px;
      right: 2px;
    }
    .address_btn_item:first-child{
      border-top: 0px solid #E5E6E8;
    }
		
		.user_5 .user_record_content .user_record_content_item{
			margin-top: 22px;
		}
		.user_5 .user_record_content .user_record_content_item:first-child{
			margin-top: 0px;
		}
		.user_5 .user_record_content .user_record_content_item .user_record_content_item_title{
			font-weight: normal;
			font-size: 14px;
			color: #727479;
			line-height: 14px;
			display: inline-block;
			width: 90px;
		}
		.user_5 .user_record_content .user_record_content_item .user_record_content_item_msg{
			font-weight: normal;
			font-size: 14px;
			color: #000000;
			line-height: 14px;
			display: inline-block;
		}
		.user_5 .user_record_content .user_record_content_item .money{
			font-weight: bold;
			font-size: 14px;
			color: #3b89e7;
			line-height: 14px;
		}
		.user_5 .user_record_content .user_record_content_btn{
			position: absolute;
			top: 184px;
			left: 65px;
			width: 154px;
			height: 35px;
			border-radius: 17px;
			border: 1px solid #3b89e79;
			font-weight: normal;
			font-size: 14px;
			color: #fff;
			background: #3b89e7;
			line-height: 35px;
			text-align: center;
			cursor: pointer;
		}
		.user_5 .user_record_content .user_record_content_btn:hover{
			background: #70acf2;
		}
		.user_5 .user_record_content_msg{
			width: 100%;
		}
		.user_5 .user_record_content_msg .user_record_content_msg_img{
			width: 244px;
			margin: 0 auto;
			margin-top: 63px;
		}
		.user_5 .user_record_content_msg .user_record_content_msg_img img{
			width: 244px;
		}
		.user_5 .user_record_content_msg .user_record_content_msg_title{
			margin-top: 22px;
			text-align: center;
			font-weight: normal;
			font-size: 14px;
			color: #727479;
			line-height: 14px;
		}
		.user_5 .user_record_content_msg .user_record_content_msg_btn{
			width: 154px;
			height: 35px;
			border-radius: 17px;
			border: 1px solid #3b89e7;
			margin: 0 auto;
			margin-top: 48px;
			text-align: center;
			font-weight: normal;
			font-size: 14px;
			color: #3b89e7;
			line-height: 35px;
			cursor: pointer;
		}
}
.zhezhao{
  position: fixed;
  z-index: 998;
  top: 0;
  width: 200vw;
  height: 200vh;
  background-color: #000;
  opacity: 0.7;
}