@charset "UTF-8";
html {
	height: 100%
}
body {
	font-size: 14px;
	margin: 0;
	min-height: 100%
}
body, button, input, keygen, select, textarea {
	font-family: Arial, MicrosoftYaHei, '微软雅黑'
}
div {
	box-sizing: border-box
}
p {
	margin: 0;
	outline: 0
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0
}
   /* 对 loading  整体布局*/
   .loading-wrapper {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	color: #07c160;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
  }

  /* loading 动画图像父级的布局 */
  .loading-view {
	height: 40px;
	position: relative;
  }
  /*  */
      /* 1. 以下实现type=1的样式*/
      /*  */

      .container1,
      .container2 {
        width: 40px;
        height: 40px;
        position: absolute;
        /* border: 1px solid #ff0000; */
        top: 0;
        left: 50%;
        margin-left: -20px;
        position: absolute;
      }

      .container2 {
        transform: rotate(45deg);
      }

      .circle,
      .bounce {
        width: 10px;
        height: 10px;
        background-color: #07c160;
        border-radius: 50%;
        /* 设置小球动画 */
        animation: loading 1.2s both infinite;
      }

      .circle {
        position: absolute;
      }

      /* 设置小球的相对位置 */
      .circle1 {
        top: 0;
        left: 0;
      }

      .circle2 {
        top: 0;
        right: 0;
      }

      .circle3 {
        bottom: 0;
        right: 0;
      }

      .circle4 {
        bottom: 0;
        left: 0;
      }

      /* 设置延时 */
      .container1 .circle1 {
        animation-delay: 0s;
      }

      .container2 .circle1 {
        animation-delay: 0.2s;
      }

      .container1 .circle2 {
        animation-delay: 0.3s;
      }

      .container2 .circle2 {
        animation-delay: 0.4s;
      }

      .container1 .circle3 {
        animation-delay: 0.5s;
      }

      .container2 .circle3 {
        animation-delay: 0.6s;
      }

      .container1 .circle4 {
        animation-delay: 0.7s;
      }

      .container2 .circle5 {
        animation-delay: 0.8s;
      }

      @keyframes loading {
        0% {
          transform: scale(0);
        }

        40% {
          transform: scale(1);
        }

        80% {
          transform: scale(0);
        }

        100% {
          transform: scale(0);
        }
      }

      /*  */
      /* 2. 以下实现type=2的样式 */
      /*  */

      .bounce-view {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
      }

      .bounce {
        /* 设置小球形状的样式几乎和type=1一样，重复利用了 */
        display: inline-block;
      }

      /* 设置延迟 */
      .bounce1 {
        animation-delay: -0.32s;
      }

      .bounce2 {
        animation-delay: -0.16s;
      }

      .bounce3 {
        animation-delay: 0s;
      }

      /*  */
      /* 3. 以下实现type=3的样式 */
      /*  */
      .list {
        list-style: none;
      }

      .list li {
        height: 100px;
        width: 100px;
        border-radius: 10px;
        background-color: rgba(0, 0, 255, 0.5);
        float: left;
        margin: 10px;
        line-height: 100px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        box-shadow: 1px 1px 10px #000000;
      }
      .wave {
        width: 100px;
        height: 40px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-evenly;
      }

      .react {
        width: 3px;
        height: 40px;
        background-color: #fff;
        animation: waveLoading 1.2s both infinite;
      }

      /* 设置延时 */
      .react1 {
        animation-delay: 0s;
      }
      .react2 {
        animation-delay: -1.1s;
      }
      .react3 {
        animation-delay: -1s;
      }
      .react4 {
        animation-delay: -0.9s;
      }
      .react5 {
        animation-delay: -0.8s;
      }

      @keyframes waveLoading {
        0% {
          transform: scaleY(0.4);
        }
        20% {
          transform: scaleY(1);
        }
        80% {
          transform: scaleY(0.4);
        }
        100% {
          transform: scaleY(0.4);
        }
      }
a {
	text-decoration: none;
	color: #212121;
	outline: 0
}
button, input {
	list-style: none;
	border: 0
}
i {
	font-style: normal
}
.pointer {
	cursor: pointer !important
}
.text-l {
	text-align: left
}
.text-r {
	text-align: right
}
.text-c {
	text-align: center
}
.text-through {
	text-decoration: line-through
}
.fr {
	float: right
}
.fl {
	float: left
}
.no-border-r {
	border-right: none !important
}
.ml {
	margin-left: -50px !important
}
.mr {
	margin-right: -30px !important
}
.clearfix::after, .clearfix::before {
	content: '';
	display: table;
	clear: both
}
.clearfix::after {
	clear: both
}
.clearfix {
*zoom:1
}
.m_show {
	display: none
}
.body_view {
	margin: 0 auto;
}
.content_view {
	padding: 0 3%;
}
.header_title {
	width: 100%;
	position: relative;
	padding: 0 3%;
}
.title_tips_text {
	padding: 0 3% 15px;
	font-size: 18px;
	color: #242b33
}
.header_title .logo {
	display: block;
	width: 280px;
	padding: 20px 0 15px
}
.header_title .logo img {
	width: 100%
}
.header_title .title_tips {
	position: absolute;
	right: 0;
	bottom: 18px;
	font-size: 16px;
	color: #667380;
	border: 1px dashed #667380;
	padding: 5px 10px;
	border-radius: 3px
}

.xianlu {
	width: 100%;
	padding: 25px 30px 25px 50px;
}
.xianlu .xianlu_item {
	float: left;
	display: block;
	margin-right: 20px;
	height: 140px;
	line-height: 140px;
	width: 20%;
	border: 1px solid #07c160;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 24px;
	color: #07c160;
	position: relative
}
.xianlu .xianlu_item .text {
	display: inline-block;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 30px 30px
}
.fore-five { display: flex; justify-content:space-between;}
.fore-five a { display: flex; justify-content:center; width: calc(50% - 8px); padding: 12px 0 8px 0; text-align:center; font-size: 20px; color: #07c160; border: solid 1px #07c160; box-sizing: border-box; border-radius: 16px;}
.fore-five a img { display: block; width: 36px; height: 36px; margin: 0 auto 4px auto;}
.fore-five a span { display: block; padding-top: 4px; font-size: 16px;}
.fore-five a em { font-style: normal;}
@media screen and (max-width:500px){    
.fore-five a em { display: block;}
}  

.xianlu .xianlu_item .icon {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background-image: url(../images/right_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 100% 100%
}
.commonlyUsed .address_item {
	display: block;
	text-decoration: none;
	color: #242b33;
	cursor: pointer;
	font-size: 20px
}
.commonlyUsed .address_item img {
	width: 28px
}
.commonlyUsed .used_left {
	width: 70%;
	padding-right: 10px
}
.left_item {
	border-radius: 10px;
	background: #f5f5f5;
	padding-bottom: 20px;
	margin-bottom: 20px
}
.left_item .left_title, .right_item .right_title {
	font-size: 24px;
	color: #242b33;
	padding: 24px 30px
}
.left_item .left_body {
	width: 100%
}
.left_item .address_item {
	float: left;
	width: 20%;
	padding: 20px 0;
	text-align: center
}
.left_item .address_item img {
	margin-right: 3px;
	display: inline-block;
	vertical-align: middle
}
.left_item .address_item span {
	display: inline-block;
	vertical-align: middle
}
.commonlyUsed .used_right {
	width: 30%;
	padding-left: 10px
}
.right_item {
	border-radius: 10px;
	background: #f5f5f5;
	padding-bottom: 30px
}
.right_item .address_item {
	float: left;
	width: 50%;
	padding: 34px 0;
	text-align: center
}
.right_item .address_item img {
	display: block;
	margin: 0 auto 5px
}
.right_item .address_item span {
	display: block
}
.commonlyUsed_title {
	width: 100%;
	padding: 20px 0
}
.commonlyUsed_title .used_title_item {
	float: left;
	display: block;
	width: 25%;
	border-right: 1px solid #919599;
	font-size: 14px;
	color: #a9abad;
	text-align: center;
	cursor: pointer
}
.commonlyUsed_title .used_title_item.select {
	color: #81878d
}
.download {
	display: inline-block;
	margin-top: 42px;
	margin-left: 20px;
	width: 138.5px;
	height: 45px;
}
.download span {
	display: inline-block;
	vertical-align: auto;
}
.download-icon {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-image: url(../images/download_button-icon.png);
	background-position: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}



.m_none {
	display: none !important
}
.m_show {
	display: block !important
}
.m_showUsed {
	display: block !important
}
.download {
	margin-top: 0px;
	margin-left: 0px;
	width: 107.5px;
	height: 35px;
	position: absolute;
	right: 3%;
	top: 50%;
	margin-top: -17.5px;
}
.header_title {
	background-color: #f0fdf7;
	margin-bottom: 10px;
}
.header_title .logo {
	width: 180px;
	float: initial;
	margin: 8px 0;
	padding: 0;
}
.header_title .title_tips {
	display: none
}
.ml, .mr {
	margin-left: 0 !important;
	margin-right: 0 !important
}
.xianlu {
	padding: 0 3%
}
.xianlu .clearfix {
	padding: 20px 18px;
	border: 2px solid #07c160;
	border-style: dashed;
	border-radius: 5px
}
.xianlu .xianlu_item {
	width: 100%;
	border-radius: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	float: initial;
	text-align: left;
	padding: 0 20px;
	margin-bottom: 20px
}
.xianlu .xianlu_item .text {
	padding-left: 24px;
	background-size: 20px 20px
}
.commonlyUsed .address_item {
	font-size: 18px
}
.commonlyUsed .used_item_title {
	display: none !important
}
.commonlyUsed .used_item {
	background: none !important;
	padding: 0 3%
}
.commonlyUsed .used_item .clearfix {
	padding: 20px 0 !important;
	border: 2px solid #07c160 !important;
	border-style: dashed !important;
	border-radius: 5px !important;
	background: none !important
}
.commonlyUsed .address_item {
	width: 25% !important;
	padding: 20px 0 !important;
	font-size: 14px !important
}
.commonlyUsed .address_item img {
	display: block;
	margin: 0 auto 5px
}
.commonlyUsed .address_item span {
	display: block;
	height: 20px;
	line-height: 20px
}
.commonlyUsed .used_right, .commonlyUsed .used_left {
	float: inherit !important;
	width: 100% !important;
	padding: 0 !important
}

.footer-blank { height: 40px;}
.footer {text-align: center; display: flex; align-items: center; width: 100%; padding: 0 8px; box-sizing: border-box; color: #fff; height: 40px; background: rgba(0,0,0,.7); position: fixed; left: 0; right: 0; bottom: 0; margin: auto;}
.footer .footer1 {}
.footer .footer1 span { display: inline-block; width: 16px; height: 16px;}
.footer .footer1 span img { height: 16px;}
.footer .footer2 { flex: 1; font-size: 14px;}
.footer .footer2 font { color: #ff0;}
.footer .footer3 {}
.footer .footer3 a { display: block;  color: #f00; padding: 3px 8px; font-size: 13px; border-radius: 100px; background: linear-gradient(to top, #ff0, #fff);}

.downbar { padding: 15px 3% 0 3%;}
.downbar a { display: block; padding: 15px 0; color: #fff; text-align: center; background: #07c160;}




