* {
  font-family: PingFangSC-Regular, sans-serif;
  padding: 0;
  margin: 0;
  color: #505050;
}
body {
  background: #F2F3FC;
}
li[data-url],
img[data-src],
a {
  cursor: pointer;
}
iframe,
button,
input,
textarea {
  background: none;
  border: 0;
  outline: none;
}
input[type=button],
input[type=submit],
input[type=file] {
  -webkit-appearance: none;
  outline: none;
}
.vessel {
  background: #fff;
  width: 100%;
}
table td {
  text-align: center;
  font-size: 0.8rem;
  color: #aaa;
  padding: 10px 0;
  margin: 0;
  background: #E3E8FE;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.table-1 tr:nth-child(1) td {
  background: #5571FF;
  color: #fff;
}
.table-1 td:nth-child(1) {
  background: #5571FF;
  color: #fff;
}
.table-1 td:nth-child(1),
.table-1 td:nth-child(2),
.table-1 td:nth-child(5) {
  width: 25%;
}
.table-1 td:nth-child(3),
.table-1 td:nth-child(4) {
  width: 12.5%;
}
.table td {
  padding: 0;
  height: 50%;
  border: 0;
}
.table-2 td:nth-child(1),
.table-2 td:nth-child(2),
.table-2 td:nth-child(3) {
  width: 33.3%;
}
.table-2 tr:nth-child(1) td,
.table-2 tr:nth-child(2) td {
  background: #5571FF;
  color: #fff;
}
.table-3 td:nth-child(1),
.table-3 td:nth-child(2),
.table-3 td:nth-child(3) {
  width: 33.3%;
}
.table-3 td:nth-child(1) {
  background: #5571FF;
  color: #fff;
}
.table-3-1 td {
  padding: 0;
  background: #5571FF;
  color: #fff;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul,
li,
ol {
  list-style-type: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mui-scroll-wrapper {
  margin-top: 100px;
  margin-bottom: 10px;
}
.mui-inner-wrap {
  background: #F2F3FC;
}
.mui-off-canvas-wrap {
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: 100%;
}
.column-view {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.column-view .column-vessel {
  position: absolute;
  left: 0;
  top: 0;
}
.bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/bg.jpg") no-repeat center center;
  background-size: 100% 100%;
}
.reg-logo {
  display: block;
  width: 40%;
  margin: 0 auto;
  margin-top: 20%;
  margin-bottom: 50px;
}
.input-box {
  width: 80%;
  margin: 0 auto;
}
.input-box div {
  height: 50px;
  background: #616ee0;
  margin-bottom: 13px;
  border-radius: 5px;
  position: relative;
  border: 1px solid transparent;
}
.input-box div button {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  background: #DF3977;
  border: none;
  outline: none;
  color: #fff;
}
.input-box div input {
  display: block;
  width: 85%;
  height: 30px;
  margin-top: 10px;
  color: #fff;
  padding-left: 15%;
}
.input-box div input::-webkit-input-placeholder{ color:#FFF;}
.input-box div input.inp-1 {
  background: url("../img/icon/icon-1.png") no-repeat 5% center;
  background-size: 20px 20px;
}
.input-box div input.inp-2 {
  background: url("../img/icon/icon-2.png") no-repeat 5% center;
  background-size: 20px 15px;
}
.input-box div input.inp-3 {
  background: url("../img/icon/icon-3.png") no-repeat 5% center;
  background-size: 20px 23px;
}
.input-box div input.inp-4 {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #DF3977;
  font-size: 1.2rem;
  border-radius: 5px;
}
.rem-pwd {
  width: 80%;
  margin: 0 auto;
}
.rem-pwd span {
  float: left;
  padding-left: 25px;
  height: 20px;
  line-height: 20px;
  background: url("../img/icon/icon-no.png") no-repeat 5px center;
  color: #ddd;
  background-size: 15px 15px;
  font-size: 0.9em;
}
.rem-pwd span.on {
  background: url("../img/icon/icon-yes.png") no-repeat 5px center;
  background-size: 15px 15px;
}
.rem-pwd a {
  float: right;
  font-size: 0.9em;
  color: #ddd;
}
.go-login {
  display: block;
  height: 50px;
  width: 80%;
  margin-left: 10%;
  line-height: 50px;
  color: #eee;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 10%;
}
.go-reg {
  display: block;
  height: 50px;
  width: 80%;
  margin-left: 10%;
  line-height: 50px;
  color: #eee;
  font-size: 1.2rem;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 20%;
}
.title,
.rem-title {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
}
.title span,
.rem-title span {
  position: absolute;
  left: 5%;
  width: 20px;
  height: 20px;
  top: 4px;
}
.title span img,
.rem-title span img {
  width: 100%;
}
.title a,
.rem-title a {
  position: absolute;
  left: 5%;
  font-size: 1.1rem;
  padding-left: 25px;
  background: url("../img/icon/go-left.png") no-repeat 0 center;
  background-size: 10px 15px;
}
.title p,
.rem-title p {
  text-align: center;
  font-size: 1.2rem;
}
.rem-vessel {
  width: 100%;
}
.rem-vessel div {
  width: 90%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  background: none;
}
.rem-vessel div input {
  display: inline-flex;
  padding-left: 10px;
  width: 70%;
  color: #999;
  height: 20px;
}
.submit {
  display: block;
  background: #4A60F8;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
}
.msg-type div.v {
  border: 1px solid #fff;
  width: 90%;
  margin: 0 auto;
}
.msg-type div.v p {
  margin: 20px 0;
  font-size: 0.8rem;
}
.msg-type div.v div {
  padding-bottom: 20px;
}
.msg-type div.v div span {
  display: inline-block;
  width: 25%;
  padding-left: 20px;
  background: url("../img/icon/i-nono_03.png") no-repeat 0 center;
  background-size: 15px 15px;
}
.msg-type div.v div span.on {
  background: url("../img/icon/icon-ok.png") no-repeat 0 center;
  background-size: 15px 15px;
}
.msg-board {
  margin-top: 10px;
  height: 140px;
  padding-top: 10px;
}
.msg-board textarea {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 120px;
}
.msg-board span {
  margin-right: 5%;
  font-size: 0.8rem;
  color: #aaa;
}
.msg-board span a {
  font-size: 0.8rem;
  color: #aaa;
}
.pro-intro {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
.pro-intro div {
  width: 90%;
  margin: 0 auto;
}
.pro-intro div p {
  font-size: 0.9rem;
}
.pro-intro div span {
  font-size: 0.8rem;
  color: #aaa;
}
.evaluate {
  padding: 8px 0;
}
.evaluate div {
  width: 90%;
  margin: 0 auto;
}
.evaluate div span {
  display: inline-block;
  padding-left: 20px;
  font-size: 0.8em;
  color: #aaa;
}
.evaluate div span.zan {
  background: url("../img/icon/i-zan.png") no-repeat 0 center;
  background-size: 15px 15px;
}
.evaluate div span.star {
  background: url("../img/icon/i-star.png") no-repeat 0 center;
  background-size: 15px 15px;
  margin-left: 30px;
}
.search-box {
  height: 50px;
  line-height: 50px;
}
.search-box div {
  width: 90%;
  margin: 0 auto;
}
.search-box div input[type=text] {
  display: inline-block;
  width: 60%;
  height: 30px;
  font-size: 0.9em;
  padding-left: 40px;
  background: url("../img/icon/i-search.png") no-repeat 15px center;
  background-size: 18px 18px;
}
.search-box div input.fl {
  padding-left: 15px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 0.9rem;
  background: url(../img/icon/go-left.png) no-repeat 0 center;
  background-size: 7px 13px;
}
.search-box div input.fr {
  height: 50px;
  font-size: 0.9rem;
}
.search-box div a {
  font-size: 1rem;
}
.search-history {
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  display: none;
  box-shadow: 0 3px 8px #e9eef7;
}
.search-history .btn-box {
  margin-top: 20px;
  height: 60px;
}
.search-history .btn-box .search-btn {
  width: 50%;
  margin-left: 25%;
  background: #007aff;
  color: #fff;
}
.search-history div {
  width: 90%;
  margin: 0 auto;
}
.search-history div p {
  margin: 10px 0;
  color: #aaa;
  font-size: 0.8em;
}
.search-history div ul li {
  display: inline-block;
  padding: 8px 19px;
  font-size: 0.8em;
  margin: 7px 3px;
  background: #f5f5f5;
  color: #999;
}
.search-history div ul li.on {
  background: #007aff;
  color: #fff;
}
.search-history div .search-condition li {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
.search-history div .search-condition li a {
  display: inline-block;
  padding-left: 10px;
  font-size: 1.2rem;
  height: 30px;
  line-height: 30px;
  color: #aaa;
}
.ctrl-slide {
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.ctrl-slide span {
  display: inline-block;
  width: 85px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  padding: 0 15px;
  font-size: 0.8rem;
  position: relative;
  top: -2px;
  box-shadow: 0 3px 8px #e9eef7;
}
.ctrl-slide span i {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url("../img/icon/i-bottom.png") no-repeat center 11px;
  background-size: 13px 8px;
}
.ctrl-slide span i.on {
  background: url("../img/icon/i-top.png") no-repeat center 10px;
  background-size: 13px 8px;
}
.search-list {
  position: absolute;
  top: 115px;
  z-index: -1;
}
.btn-box {
  width: 90%;
  margin: 0 auto;
  margin-bottom:10px;
  line-height:23px;
}
.btn-box button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 47%;
  border-radius: 5px;
  font-size: 0.9rem;
}
.btn-box button:nth-child(1) {
  border: 1px solid #4A60F8;
  color: #4A60F8;
}
.btn-box button:nth-child(2) {
  border: 1px solid #4A60F8;
  background: #4A60F8;
  color: #fff;
  margin-left: 4%;
}
.main-title {
  background: #4162FF;
}
.main-title a {
  color: #fff;
  background: url("../img/icon/go-left-bs.png") no-repeat 0 center;
  background-size: 10px 15px;
}
.main-title p {
  color: #fff;
}
.main-title i {
  position: absolute;
  right: 20px;
  top: 0;
  width: 20px;
  height: 50px;
  background: url("../img/icon/i-msg.png") no-repeat 0 center;
  background-size: 20px 20px;
}
.nav-bar {
  height: 50px;
  text-align: center;
}
.nav-bar ul {
  position: relative;
}
.nav-bar ul .column-line {
  height: 3px;
  position: absolute;
  width: 16%;
  background: #4A60F8;
  bottom: 0;
  left: 28%;
}
.nav-bar ul li {
  display: inline-block;
  width: 22%;
  margin: 0 8px;
}
.nav-bar ul li span {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
}
.nav-bar ul li.on span {
  color: #4A60F8;
}
.pro-list {
  margin-top: 10px;
  padding: 10px 0;
}
.pro-list .pro-list-info {
  font-size:0;
}
.pro-list .pro-list-info div{
		display:inline-block;
		 width: 30.3333%;
		 margin:0 1.5%;
		 vertical-align:top;
		 position:relative;
}
.pro-list .pro-list-info div p{
	font-size:0.8rem;
	height:30px;
	line-height:30px;
	display:block;
	background:rgba(0,0,0,0.5);
	color:#fff;
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	overflow:hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
}
.pro-list .pro-list-info div img {
 width:100%;
}
.pro-list ul.pro-name {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.pro-list ul.pro-name li {
  display: inline-block;
  width: 30%;
}
.pro-list ul.pro-name li p {
  font-size: 0.8rem;
}
.pro-list ul.pro-name li:nth-child(2) {
  margin: 0 5%;
}
.pro-list div.btn-box span {
  font-weight: bold;
  font-size: 1rem;
}
.pro-list div.btn-box a {
  height: auto;
  line-height: normal;
  padding: 1px 15px;
  border: 1px solid #4A60F8 ;
  color: #4A60F8;
  border-radius: 3px;
  font-size: 0.9rem;
}
.footer-nav {
  height: 60px;
  position: fixed;
  bottom: 0;
  z-index: 100;
  box-shadow: 0 0 8px #e9eef7;
}
.footer-nav ul {
  height: 60px;
}
.footer-nav ul li {
  float: left;
  padding-top: 35px;
  width: 25% ;
  text-align: center;
  position: relative;
}
.footer-nav ul li a {
  display: block;
  position: absolute;
  padding-top: 35px;
  height: 25px;
  top: 0;
  width: 100%;
  font-size: 0.7rem;
}
.footer-nav ul li:nth-child(1) {
  background: url("../img/icon/i-home.png") no-repeat center 15px;
  background-size: 20px 16px;
}
.footer-nav ul li.on:nth-child(1) {
  background: url("../img/icon/i-home-on.png") no-repeat center 15px;
  background-size: 20px 16px;
}
.footer-nav ul li.on:nth-child(1) a {
  color: #4A60F8;
}
.footer-nav ul li:nth-child(2) {
  background: url("../img/icon/i-pro.png") no-repeat center 15px;
  background-size: 17px 16px;
}
.footer-nav ul li.on:nth-child(2) {
  background: url("../img/icon/i-pro-on.png") no-repeat center 15px;
  background-size: 17px 16px;
}
.footer-nav ul li.on:nth-child(2) a {
  color: #4A60F8;
}
.footer-nav ul li:nth-child(3) {
  padding-top: 60px;
  background: url("../img/icon/i-search-nav.png") no-repeat center center;
  background-size: 40px 40px;
  position: relative;
}
.footer-nav ul li:nth-child(3) a {
  display: block;
  position: absolute;
  height: 60px;
  top: 0;
  width: 100%;
}
.footer-nav ul li:nth-child(4) {
  background: url("../img/icon/i-developer.png") no-repeat center 15px;
  background-size: 15px 15px;
}
.footer-nav ul li.on:nth-child(4) {
  background: url("../img/icon/i-developer-on.png") no-repeat center 15px;
  background-size: 15px 15px;
}
.footer-nav ul li.on:nth-child(4) a {
  color: #4A60F8;
}
.footer-nav ul li:nth-child(5) {
  background: url("../img/icon/i-myself.png") no-repeat center 15px;
  background-size: 16px 16px;
}
.footer-nav ul li.on:nth-child(5) {
  background: url("../img/icon/i-myself-on.png") no-repeat center 15px;
  background-size: 16px 16px;
}
.footer-nav ul li.on:nth-child(5) a {
  color: #4A60F8;
}
.pro-info {
  overflow: hidden;
  background: none;
  margin-top: 10px;
}
.pro-info .pro-info-box {
  float: left;
  width: 47%;
  margin-left: 2%;
  margin-bottom: 10px;
  background: #fff;
  position: relative;
}
.pro-info .pro-info-box img {
  width: 100%;
}
.pro-info .pro-info-box .new {
  position: absolute;
  display: block;
  width: 31px ;
  height: 51px;
  background: url("../img/icon/new.png") no-repeat;
  top: 0;
  left: 20px;
}
.intro-header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #F2F3FC;
}
.intro-header .intro-title {
  display: block;
  height: 40px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-top: 20px;
  box-shadow: 0 0 8px #e9eef7;
  position: relative;
}
.intro-header .intro-title ul {
  display: block;
  height: 40px;
  width: 480px;
  position: absolute;
  left: 150px;
  top: 0;
}
.intro-header .intro-title ul li {
  float: left;
  height: 36px;
  line-height: 36px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  cursor:pointer;
}
.intro-header .intro-title ul li a {
  display: inline-block;
  height: 36px;
  width: 60px;
  text-align: center;
  font-size: 0.6rem;
  overflow:hidden;
}
.intro-header .intro-title ul li.on {
  border-bottom: 2px solid #4A60F8;
}
.intro-header .intro-title ul li.on a {
  color: #4A60F8;
}
.intro-header .intro-title.height2,
.intro-header .intro-title.height2 ul {
  height: 54px;
  width: 540px;
}
.intro-header .intro-title.height2 ul li {
  height: 50px;

}
.intro-header .intro-title.height2 ul li a {
 line-height: 15px;
  height: auto;
  width: 60px;
  vertical-align: middle;
}


.pro-content {
  padding-top: 219px;
}
.pro-content .accordion {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
.pro-content .accordion p.acc-tit {
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 1.1rem;
}
.pro-content .accordion p.acc-tit i {
  width: 30px;
  height: 50px;
  background: url("../img/icon/i-bottom.png") no-repeat 0 center;
  background-size: 18px 9px;
}
.pro-content .accordion p.acc-tit i.on {
  background: url("../img/icon/i-right.png") no-repeat 0 center;
  background-size: 9px 18px;
}
.pro-content .accordion div {
  overflow: hidden;
  border-bottom: 1px solid transparent;
}
.pro-content .accordion div img {
  width: 100%;
}
.pro-content .accordion div .unit {
  margin-left: 30px;
}
.pro-content .accordion div .unit p {
  color: #ccc;
}
.pro-content .accordion div p {
  line-height: 30px;
  color: #666;
  font-size: 0.8rem;
}
.firm-intro {
  background: #F2F3FC;
}
.firm-intro .firm-bg {
  width: 100%;
}
.firm-intro div {
  position: relative;
  top: -100px;
  width: 80%;
  padding: 0 5%;
  margin: 0 auto;
  background: #F2F3FC;
  border-bottom: 1px solid #F2F3FC;
}
.firm-intro div img {
  width: 100%;
}
.firm-intro div .firm-top-btn {
  display: block;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  top: -23px;
}
.firm-intro div .firm-btn-bottom {
  display: block;
  width: 200px;
  margin: 40px auto;
}
.firm-intro div i {
  display: block;
  width: 50px;
  margin: 30px auto;
  margin-top: 10px;
  height: 3px;
  background: #aaa;
}
.firm-intro div p {
  text-align: center;
  font-size: 0.8rem;
  color: #aaa;
  line-height: 25px;
}
.dev-column2 div {
  width: 90%;
  margin: 0 auto;
}
.dev-column2 div p {
  text-align: center;
  font-size: 1rem;
  margin: 30px 0;
  color: #333;
}
.dev-column2 div img {
  width: 49%;
}
.btm-t {
  border-top: 1px solid transparent;
}
.region {
  background: #fff;
}
.region p.region-tit {
  display: block;
  width: 90%;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  background: url("../img/icon/i-right.png") no-repeat 95% center;
  background-size: 10px 15px;
  border-bottom: 1px solid#eee;
}
.region p.region-tit.on {
  background: url("../img/icon/i-bottom.png") no-repeat 95% center;
  background-size: 15px 10px;
}
.region-msg .region-box {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.region-msg .region-box div:nth-child(1) {
  width: 25%;
}
.region-msg .region-box div:nth-child(1) p {
  font-size: 0.8rem;
  margin: 10px 0 ;
}
.region-msg .region-box div:nth-child(2) {
  width: 60%;
}
.region-msg .region-box div:nth-child(2) p {
  font-size: 0.8rem;
  color: #aaa;
  margin: 10px 0 ;
}
.region-msg .region-box div:nth-child(3) {
  width: 25%;
}
.region-msg .region-box div:nth-child(3) p {
  font-size: 0.8rem;
  margin: 10px 0 ;
}
.region-msg .region-box div:nth-child(4) {
  width: 60%;
}
.region-msg .region-box div:nth-child(4) p {
  font-size: 0.8rem;
  color: #aaa;
  margin: 10px 0 ;
}
.member-bg {
  background: #F2F3FC url("../img/bg.jpg") no-repeat;
  background-size: 100% 350px;
}
.member-title {
  background: none;
  border-bottom: 0;
  height: auto;
}
.member-title .member-top {
  height: 230px;
}
.member-title .member-top .member-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 50px;
}
.member-title .member-top .member-icon img {
  width: 100%;
}
.member-title .member-top p {
  text-align: center;
  font-size: 0.9rem;
}
.member-title .member-top p span {
  color: #fff;
  font-size: 0.9rem;
}
.member-title .member-top .member-btn-box {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}
.member-title .member-top .member-btn-box a {
  position: static;
  display: inline-block;
  width: 46%;
  height: 30px;
  line-height: 28px;
  padding: 0;
  padding-left: 5%;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 3px;
  font-size: 0.9rem;
}
.member-title .member-top .member-btn-box a:nth-child(1) {
  background: url("../img/icon/i-member.png") no-repeat 24% center;
  background-size: 15px 15px;
}
.member-title .member-top .member-btn-box a:nth-child(2) {
  background: url("../img/icon/i-msg-mem.png") no-repeat 24% center;
  background-size: 15px 15px;
  margin-left: 6%;
}
.member ul {
  display: block;
  width: 95%;
  margin-left: 5%;
}
.member ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  background: url("../img/icon/i-right.png") no-repeat 95% center;
  background-size: 10px 15px;
}
.member ul p {
  padding-left: 40px;
}
.member ul li:nth-child(1) p {
  background: url("../img/icon/i-mem-star.png") no-repeat 5px center;
  background-size: 20px 20px;
}
.member ul li:nth-child(2) p {
  background: url("../img/icon/i-footer.png") no-repeat 5px center;
  background-size: 15px 30px;
}
.member ul li:nth-child(3) p {
  background: url("../img/icon/i-msg-msg.png") no-repeat 5px center;
  background-size: 20px 20px;
}
.logout {
  width: 95%;
  margin-left: 5%;
  margin-top: 20px;
}
.logout div {
  height: 50px;
  line-height: 50px;
  background: url("../img/icon/i-right.png") no-repeat 95% center;
  background-size: 10px 15px;
}
.logout div p {
  padding-left: 40px;
  background: url("../img/icon/i-logout.png") no-repeat 5px center;
  background-size: 20px 20px;
}
.mem-intro ul {
  display: block;
  width: 95%;
  margin-left: 5%;
}
.mem-intro ul li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  background: url("../img/icon/i-right.png") no-repeat 95% center;
  background-size: 10px 15px;
}
.mem-intro ul li span.fr {
  margin-right: 10%;
  color: #aaa;
}
.mem-intro ul li:nth-child(1) {
  position: relative;
  height: 100px;
  line-height: 100px;
}
.mem-intro ul li:nth-child(1) .icon-up {
  opacity: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 100;
}
.mem-intro ul li:nth-child(1) .img-v {
  position: absolute;
  right: 10%;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin-top: 10px;
  border-radius: 50%;
}
.mem-intro ul li:nth-child(1) .img-v img {
  width: 100%;
}
.mem-intro-edit-title {
  background: #fff;
}
.mem-intro-edit-title a {
  background: url("../img/icon/go-left.png") no-repeat 0 center;
  background-size: 10px 15px;
  color: #333;
}
.mem-intro-edit-title p {
  color: #333;
}
.mem-intro-edit-title i {
  background: none;
  padding: 0;
  width: 50px;
  font-style: normal;
}
.mem-intro-edit-title i a {
  background: none;
  position: static;
  padding: 0;
}
.mem-intro-edit div {
  width: 90%;
  height: 50px;
  line-height: 50px;
  margin: 20px auto;
}
.mem-intro-edit div input {
  text-align: right;
  width: 100%;
}
.msg-box {
  width: 95%;
  margin-left: 5%;
}
.msg-box li {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.msg-box li p.title-mem {
  display: block;
  height: 50px;
  line-height: 50px;
  background: url("../img/icon/i-right.png") no-repeat 95% center;
  background-size: 10px 15px;
}
.msg-box li p.title-mem span {
  padding: 10px 0;
  padding-left: 40px;
  font-size: 0.9rem;
  background: url("../img/icon/i-msg-me.png") no-repeat 0 center;
  background-size: 30px 30px;
}
.msg-box li p.title-mem i.on {
  float: right;
  margin-top: 23px;
  margin-right: 15%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4A60F8;
}
.msg-box li p.title-mem.on {
  background: url("../img/icon/i-bottom.png") no-repeat 95% center;
  background-size: 15px 10px;
}
.msg-box li .msg-content {
  width: 95%;
  margin-left: 5%;
  border-top: 1px solid #eee;
  padding: 10px 0;
}
.msg-box li .msg-content p {
  color: #aaa;
  font-size: 0.9rem;
  margin: 5px 0;
}
.msg-box li .msg-content span {
  color: #bbb;
  font-size: 0.8rem;
  margin: 5px 0;
}
.footprint {
  width: 95%;
  margin-left: 5%;
  margin-top: 10px;
}
.footprint li:nth-child(1) {
  display: block;
  height: 100px;
  line-height: 100px;
  background: url("../img/icon/i-right.png") no-repeat 95% center;
  background-size: 10px 15px;
  border-bottom: 1px solid #eee;
}
.footprint li:nth-child(1) div {
  height: 60px;
  width: 50%;
  margin-top: 20px;
  margin-left: 20px;
}
.footprint li:nth-child(1) div p {
  height: 30px;
  line-height: 30px;
  font-size: 0.9rem;
}
.footprint li:nth-child(1) div span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 0.8rem;
  color: #aaa;
}
.footprint li:nth-child(1) .img {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-left: 0;
}
.footprint li:nth-child(1) .img img {
  width: 100%;
}
.footprint li:nth-child(2) {
  height: 50px;
  line-height: 50px;
  font-size: 0.8rem;
  color: #aaa;
}
.aside-icon {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
.aside-icon img {
  width: 100%;
}
.user-name {
  text-align: center;
  color: #fff;
  margin: 10px 0;
}
.aside-btn {
  display: block;
  width: 80%;
  margin: 30px auto;
}
.aside-btn b {
  display: inline-block;
  height: 40px;
  border-left: 1px solid #fff;
  opacity: 0.1;
}
.aside-btn li {
  display: inline-block;
  width: 29%;
  height: 50px;
}
.aside-btn li a {
  display: inline-block;
  width: 100%;
  height: 20px;
  padding-top: 30px;
  text-align: center;
  color: #FFF;
  font-size: 0.9rem;
}
.aside-btn li:nth-child(1) a {
  background: url("../img/icon/i-aside-s.png") no-repeat center 7px;
  background-size: 17px 17px;
}
.aside-btn li:nth-child(3) a {
  background: url("../img/icon/i-aside-m.png") no-repeat center 7px;
  background-size: 17px 17px;
}
.aside-btn li:nth-child(5) a {
  background: url("../img/icon/i-aside-u.png") no-repeat center 7px;
  background-size: 17px 17px;
}
.aside-pro {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.aside-pro li {
  display: block;
  width: 100%;
  height: 50px;
}
.aside-pro li a {
  float: left;
  width: 60%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 0.9rem;
}
.aside-pro li i {
  float: right;
  width: 35%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 2rem;
  font-style: normal;
}
.aside-pro li i a{
 color: rgba(255, 255, 255, 0.3);
  font-size: 1.5rem;
  width:45%;
}
.model-tc {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(127, 127, 127, 0.5);
  z-index: 10000;
  text-align: center;
}
.win-tc {
  width: 80%;
  padding-top: 30px;
  margin: 0 auto;
  background: #fff;
  margin-top: 40%;
  border-radius: 5px;
}
.win-tc img {
  width: 30%;
  margin-top: 17px;
}
.btn-tc {
  display: block;
  border-top: 1px solid #ddd;
}
.btn-tc-yes,
.btn-tc-no {
  display: inline-block;
  width: 49%;
  line-height: 60px;
  height: 60px;
  text-align: center;
  font-size: 1.2em;
  color: #999;
}
.btn-tc-no {
  border-left: 1px solid #ddd;
}
.disabled,
[disabled] {
  opacity: 0.55;
  pointer-events: none;
}
.disabled .disabled,
.disabled [disabled],
[disabled] .disabled,
[disabled] [disabled] {
  opacity: 1;
}