@import "https://at.alicdn.com/t/font_1057854_nxx3aupwg4.css";

@font-face {
  font-family: 'iconfont';  /* project id 1031106 */
  src: url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.eot');
  src: url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1031106_2qzxnmorsmu.svg#iconfont') format('svg');
}

body,html{
  height: 100%;
  width: 100%;
  margin: 0;
}
a{
  text-decoration: none;
}
button, input, select {
  outline: none;
  border: none;
  border-radius: 4px;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}


.text-red {
  color: #ee3333 !important;
}

.text-blue {
  color: #0587ff !important;
}

.bg-grey {
  background: #f0f0f0;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  line-height: 34px;
  cursor: pointer;
  padding: 0 10px;
}

.primary {
  color: #ffffff;
  background: #0587ff;
  border: 1px solid #0587ff;
}

.btn-border {
  border: 1px solid #0587ff;
}

.btn-border-w {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-solid-w {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #333333;
}

button:focus {
  outline: 0 !important;
}

.plain {
  border-radius: 25px;
}

.text-center {
  text-align: center;
}


.mobile-top{
  background: url(../img/mobile-bg.png) no-repeat;
  background-size: 100% 100%;
  height: 130px;
  width: 100%;
}

.mobile-top,.mobile-content,.beian{
  text-align: center;
}

.mobile-content h2{
  font-size: 32px;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
}

.mobile-content .color-grey{
  color: #A2A2A2;
  height: 60px;
}

.mobile-content>a{
  color: #0587ff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-bottom: 20px;
}

.mobile-content>img{
  width: 140px;
  height: 140px;
}


.beian{
  margin-top: 50px;
  font-size: 14px;
  color: #A2A2A2;
}

	.menu{
			position: absolute;
			width:80px;
			border-radius: 5px;
			height:25px;
			right:5px;
			font-size: 15px;
			font-weight:bold;
			top:10px;
			color:rgb(2, 2, 2);
			z-index:500;
			line-height: 25px;
			border:1px solid rgb(133, 133, 133);
			background: rgb(255, 255, 255);
		}
		.menu ul{
			z-index:50;
			width:80px;
			height:auto;
			padding: 5px 0;
			border:1px solid rgb(153, 153, 153);
			position: absolute;
			top:100%;
			right:0px;
			background: #fff;
			z-index:501;
		}
		.menu ul li{
			list-style-type:none;
			width:100%;
			color:rgb(32, 34, 34);
			font-size: 14px;
			text-align: left;
			padding: 0 5px;
			height:30px;
			line-height: 30px;
		}
		.active{
			text-decoration: underline;
		}