@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */


@-webkit-keyframes fadeInNoTransform {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInNoTransform {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 47, ../sass/component/_global.scss */
.fadeInNoTransform {
  -webkit-animation-name: fadeInNoTransform;
  animation-name: fadeInNoTransform;
}

@-webkit-keyframes fadeOutNoTransform {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutNoTransform {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 60, ../sass/component/_global.scss */
.fadeOutNoTransform {
  -webkit-animation-name: fadeOutNoTransform;
  animation-name: fadeOutNoTransform;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
/* line 74, ../sass/component/_global.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
/* line 87, ../sass/component/_global.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    -ms-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
/* line 102, ../sass/component/_global.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }
}
@keyframes fadeOutDown {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    -ms-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }
}
/* line 116, ../sass/component/_global.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -40px, 0);
    transform: translate3d(-50%, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -40px, 0);
    -ms-transform: translate3d(-50%, -40px, 0);
    transform: translate3d(-50%, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
/* line 131, ../sass/component/_global.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* line 135, ../sass/component/_global.scss */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

/* line 145, ../sass/component/_global.scss */
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* line 149, ../sass/component/_global.scss */
body {
  -webkit-font-smoothing: none;
}

/* line 154, ../sass/component/_global.scss */
.txt-color-666 {
  color: #666 !important;
}

/* line 158, ../sass/component/_global.scss */
.txt-textOneRow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 164, ../sass/component/_global.scss */
.txt-textTwoRow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 14, ../sass/dialog.scss */
.cpt_mask_dailog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: '微软雅黑','Microsoft Yahei';
  z-index: 1000002;
  animation-duration: 0.6s;
}
/* line 24, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog {
  position: fixed;
  left: 50%;
  top: 50%;
  min-width: 240px;
  min-height: 130px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -moz-box-shadow: 0 3px 10px #aaa;
  -webkit-box-shadow: 0 3px 10px #aaa;
  box-shadow: 0 3px 10px #aaa;
}
/* line 36, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog.no_boxShadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 40, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog .title_dailog {
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px 0;
  height: 40px;
}
/* line 50, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog .discription_dailog {
  width:100%;
  padding: 34px 30px 20px 30px;
  font-size: 16px;
  line-height: 1.6;
  text-align:center;
  color:#333;
}
.cpt_mask_dailog .div_dailog .discription_dailog a{
	font-size:14px;
	color:#999;
	display:block;
	text-align:center;
	margin-top:5px;
	
}
.cpt_mask_dailog .div_dailog .discription_dailog a:hover{
	text-decoration:none;
}
.cpt_mask_dailog .div_dailog .discription_dailog b{
	font-weight:normal;
	color:#7368e3;
}
/* line 60, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog .discription_dailog .dailog_input {
  height: 28px;
  width: 98%;
  margin: 0 auto;
  outline: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #aaa;
}
/* line 70, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog .discription_dailog .dailog_input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a1a1a1;
}
/* line 73, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog .discription_dailog .dailog_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a1a1a1;
}
/* line 76, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog .discription_dailog .dailog_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a1a1a1;
}
/* line 79, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog .discription_dailog .dailog_input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a1a1a1;
}
/* line 84, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog .dailog_divOperation {
  display: -webkit-flex;
  display: flex;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin:0 auto;
  width:250px;
  height: 35px;
  
  justify-content:center;
  margin-bottom:35px;
}
/* line 94, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog .dailog_divOperation .btn_span {
	height:35px;
	width:100px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  line-height: 35px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align:center;
  
}
/* line 104, ../sass/dialog.scss */
.cpt_mask_dailog .div_dailog .dailog_divOperation .btn_span:first-child {
  margin-right: 50px;
}
.cpt_mask_dailog.danger .dailog_divOperation .btn_span:first-child {
	margin-right: 0;
}
.cpt_mask_dailog.success .dailog_divOperation .btn_span {
  color: #fff;
  background: #7368E8;
}
/* line 173, ../sass/dialog.scss */
.cpt_mask_dailog.success .dailog_divOperation .btn_span:hover {
  background: #6068E8;
}
.cpt_mask_dailog.success .dailog_divOperation .btn_span:first-child{
	background:#D8D8D8;
}
.cpt_mask_dailog.success .dailog_divOperation .btn_span:first-child:hover{
	background:#aaaaaa;
}
/* line 204, ../sass/dialog.scss */
.cpt_mask_dailog.danger .dailog_divOperation .btn_span {
  color: #fff;
  background: #7368E8;
}