.btn-common {
  background: linear-gradient(90deg, #5ed59f 0%, #3cb780 100%);
  line-height: 48px;
  font-size: 18px;
  border-radius: 48px;
  color: #fff;
  padding: 0 32px;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transition: 0.1s all ease;
  outline: none;
  border: none;
  display: block;
}
.btn-common:hover {
  opacity: 0.85;
}
.center-container {
  width: 1200px;
  margin: 0 auto;
}
.row-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.left-container {
  width: 860px;
  margin-top: 20px;
}
.right-container {
  width:320px;
  margin-top: 20px;
}
.bottom-line {
  border-bottom: 8px solid #f5f5f5;
}
.header-box-pc-holder {
  height: 80px;
}
.header-box-pc {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99999;
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  /*background: #4890FF;*/
  background: #4890FF;
  
}
.header-box-pc .header-container {
  height: 80px;
  line-height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-box-pc .header-container .logo-box {
  display: block;
}
.header-box-pc .header-container .logo-box .logo {
  display: block;
  /*width: 60px;*/
  height: 60px;
}
.header-box-pc .header-container .nav-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-box-pc .header-container .nav-box ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.header-box-pc .header-container .nav-box ul .nav-item {
  display: block;
  padding: 0 30px;
  height: 48px;
  position: relative;
}
.header-box-pc .header-container .nav-box ul .nav-item a {
  display: block;
  position: relative;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  line-height: 48px;
}
.header-box-pc .header-container .nav-box ul .nav-item a:hover {
  font-weight: bold;
}
.header-box-pc .header-container .nav-box ul .all-plate {
  display: block;
  padding: 0 30px;
  height: 48px;
  position: relative;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  line-height: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-box-pc .header-container .nav-box ul .all-plate:hover {
  font-weight: bold;
}
.header-box-pc .header-container .nav-box ul .all-plate::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 8px;
  bottom: 0;
  right: 0;
  margin: auto 0;
}
.header-box-pc .header-container .download-app {
  display: block;
  padding: 0 30px;
  height: 48px;
  position: relative;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  line-height: 48px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-box-pc .header-container .download-app .code-box {
  box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -webkit-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -ms-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  position: absolute;
  top: 64px;
  left: -10px;
  background: #fff;
  padding: 0 15px 0px 15px;
  box-sizing: border-box;
  width: 150px;
  height: 0;
  overflow: hidden;
}
.header-box-pc .header-container .download-app .code-box .code {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 120px;
  height: 120px;
}
.header-box-pc .header-container .download-app .code-box .text {
  color: #1a1a1a;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  padding-bottom: 10px;
}
.header-box-pc .header-container .download-app:hover .code-box {
  opacity: 1;
  height: 146px;
}
.header-box-pc .header-container .search-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  background: rgba(0, 0, 0, 0.1);
  height: 40px;
  width: 250px;
  border-radius: 40px;
}
.header-box-pc .header-container .search-box .search-input {
  background: none;
  outline: none;
  border: 0px;
  -webkit-appearance: none;
  position: relative;
  padding-left: 32px;
  box-sizing: border-box;
  background: url(../images/icon-search.png) no-repeat;
  line-height: 20px;
  caret-color: #fff;
  color: #fff;
  font-size: 16px;
}
.header-box-pc .header-container .search-box .search-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #f0f0f0;
  font-size: 16px;
}
.header-box-pc .header-container .search-box .search-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f0f0f0;
  font-size: 16px;
}
.header-box-pc .header-container .search-box .search-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #f0f0f0;
  font-size: 16px;
}
.header-box-pc .header-container .login-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 100px;
}
.header-box-pc .header-container .login-box .avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 40px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}
.header-box-pc .header-container .login-box .text {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: normal;
  padding: 0 0 0 10px;
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-box-pc .plate-container {
  display: none;
  padding-bottom:20px
}
.header-box-pc .plate-container ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.header-box-pc .plate-container ul .plate-item {
  display: block;
  padding: 0 30px;
  height: 48px;
  position: relative;
}
.header-box-pc .plate-container ul .plate-item a {
  display: block;
  position: relative;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  line-height: 48px;
}
.header-box-pc .plate-container ul .plate-item a:hover {
  font-weight: bold;
}
.content-title-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
  width: 100%;
  letter-spacing: 1px;
}
.content-title-box .title {
  color: #222;
  font-size: 22px;
  line-height: 22px;
  font-weight: normal;
  margin-right: 20px;
}
.content-title-box .des {
  color: #bfbfbf;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
}
.footer-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 80px;
  padding: 80px 0 60px 0;
  border-bottom: 1px solid #e6e6e6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer-box .left {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 50%;
}
.footer-box .left .item-box {
  margin: 0 44px;
}
.footer-box .left .item-box .title {
  color: #3d3d3d;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  padding-bottom: 16px;
}
.footer-box .left .item-box .list-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.footer-box .left .item-box .list-box .item-list {
  margin-right: 16px;
}
.footer-box .left .item-box .list-box .item-list .item {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  font-weight: normal;
  display: block;
}
.footer-box .right {
  width: 50%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.footer-box .right .code-box {
  margin: 0 32px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.footer-box .right .code-box .title {
  color: #3d3d3d;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  padding-bottom: 16px;
}
.footer-box .right .code-box .code {
  background-position: center;
  background-size: cover;
  width: 120px;
  height: 120px;
}
.bottom-info {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px 0 20px 0;
}
.bottom-info .info {
  text-align: center;
  color: #999;
  font-size: 12px;
  line-height: 36px;
  font-weight: normal;
}
.bottom-info .info .link {
  color: #999;
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  margin-right: 6px;
}
.bread-nav {
  color: #666;
  font-size: 12px;
  line-height: 64px;
  font-weight: normal;
}
.bread-nav .item {
  color: #666;
  font-size: 14px;
  line-height: 64px;
  font-weight: normal;
  padding: 0 5px;
}
.bread-nav .item:hover {
  color: #4890FF;
}
.guide-box {
  width: 100%;
  display: block;
}
.guide-box .guide {
  display: block;
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.guide-box .guide:hover {
  opacity: 0.9;
}

.yuan_logo{
	
	background: url(../images/yuan_logo.png) no-repeat center center;
    padding: 2px 16px;
    background-size: 24px;
    font-weight: 700;
}


.headtop {
    padding: 0px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
	/*border-bottom: .05rem #eee solid;*/
	position: fixed;
   /* background-color: #fff;*/
    width: 100%;
	z-index:1000;

	
    background-color: #4890FF;
}

.headtop .close_bn {
    background: url("../images/back_w.png") no-repeat center center;
    padding: 25px;
    background-size: 10px;
    float: left;
    position: relative;
    z-index: 3;
}

.headtop .tc {
    margin: 0px auto;
    line-height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
	font-size:1.5rem;
	
}
.headtop .tc a{
	color:#fff
	/*color:#333*/
}

.headtop .tc .ico {
    background: url("../images/icon-more.png") no-repeat 5px center;
    padding: 8px;
    background-size: 8px;
}

.headtop .louzhu {
    float: right;
    margin-right: 30px;
    color: #444;
    border: 1px #444 solid;
    line-height: 18px;
    margin-top: 14px;
    font-size: 12px;
    padding: 0px 3px;
    border-radius: 2px;
    position: relative;
    z-index: 3;
}

.headtop .louzhu a {
    color: #444
}

.content-title-box .title{
	font-size:20px;
	margin-top:6px;
	font-weight: 600;
}
.arc-item {
	border-bottom:.5px #f2f2f2 solid;
	padding-bottom:15px;
	margin-bottom:15px;

}
.arc-item:last-child{
	border-bottom:0;
	margin-bottom:0
}
.arc-item a{
	color:#333;
}
.arc-item .title{
	width:100%;
	line-height:20px;
	padding:3px 0px;
	font-size:16px;
}
.arc-item .box-pic{
	width:100%;
	margin-top:5px;
}
.arc-item .box-pic img{
	width:100%;
	border-radius:3px
}

/** ±κΗ© **/
.active-box .flagul{
	padding:10px 0;
	margin:0;
	margin-bottom:10px;
	width:100%
}
.active-box .flagul li{
	float:left;
	border:1px #4890FF solid;
	list-style-type: none;
	margin-right:10px;
	margin-top:10px;
	color:#4890FF;
	padding:3px 10px;
	border-radius: 30px;
	font-size:15px

}

.mfooter{
	border-top:1px #eee solid;
	padding:20px 0;
}
.mfooter p{
	text-align:center;
	color:#666;
	line-height:25px
}