/*使用前先引入*/
/*https://www.hyperhub.com.au/newhub/assets/css/bootstrap.css*/
/*https://www.hyperhub.com.au/newhub/Campaign/template/Paging_Microsite_1/css/pretty-checkbox.css*/

/*通用Css*/

@charset "utf-8";
@font-face {
    font-family: 'Montserrat_Regular';
    src: url(./static/font/Montserrat-Regular/Montserrat-Regular.eot);
    src: url(./static/font/Montserrat-Regular/Montserrat-Regular.eot) format('embedded-opentype'), 
        url(./static/font/Montserrat-Regular/Montserrat-Regular.otf) format('otf'), 
        url(./static/font/Montserrat-Regular/Montserrat-Regular.woff) format('woff'), 
        url(./static/font/Montserrat-Regular/Montserrat-Regular.ttf) format('truetype'), 
        url(./static/font/Montserrat-Regular/Montserrat-Regular.svg) format('svg')
}
@font-face {
    font-family: 'Montserrat Bold';
    src: url(./static/font/Montserrat-Bold/Montserrat-Bold.eot);
    src: url(./static/font/Montserrat-Bold/Montserrat-Bold.eot) format('embedded-opentype'), 
        url(./static/font/Montserrat-Bold/Montserrat-Bold.otf) format('otf'), 
        url(./static/font/Montserrat-Bold/Montserrat-Bold.woff) format('woff'), 
        url(./static/font/Montserrat-Bold/Montserrat-Bold.ttf) format('truetype'), 
        url(./static/font/Montserrat-Bold/Montserrat-Bold.svg) format('svg')
}
@font-face {
    font-family: 'Courier BOLD';
    src: url(./static/font/Courier_Bold/Courier_BOLD.eot);
    src: url(./static/font/Courier_Bold/Courier_BOLD.eot) format('embedded-opentype'), 
        url(./static/font/Courier_Bold/Courier_BOLD.otf) format('otf'), 
        url(./static/font/Courier_Bold/Courier_BOLD.woff) format('woff'), 
        url(./static/font/Courier_Bold/Courier_BOLD.ttf) format('truetype'), 
        url(./static/font/Courier_Bold/Courier_BOLD.svg) format('svg')
}
@font-face {
    font-family: 'Courier';
    src: url(./static/font/Courier/Courier.eot);
    src: url(./static/font/Courier/Courier.eot) format('embedded-opentype'), 
        url(./static/font/Courier/Courier.otf) format('otf'), 
        url(./static/font/Courier/Courier.woff) format('woff'), 
        url(./static/font/Courier/Courier.ttf) format('truetype'), 
        url(./static/font/Courier/Courier.svg) format('svg')
}
@font-face {
    font-family: 'Baskerville';
    src: url(./static/font/Baskerville/Baskerville.eot);
    src: url(./static/font/Baskerville/Baskerville.eot) format('embedded-opentype'), 
        url(./static/font/Baskerville/Baskerville.otf) format('otf'), 
        url(./static/font/Baskerville/Baskerville.woff) format('woff'), 
        url(./static/font/Baskerville/Baskerville.ttf) format('truetype'), 
        url(./static/font/Baskerville/Baskerville.svg) format('svg')
}
body{
	margin:0;
	padding:0;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 16px;
}
.logo{
	padding: 8px 40px 0 40px;
}
.missing{
	padding:0px 12px;
	color: #6b7b7f;
	padding-top: 5px;
	visibility: hidden;
}
.survey_title{
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	white-space: normal;
	
}
.slide{
	margin:0 0 20px 0;
	padding-top:32px;
}
.heading{
	font-size: 20px;
	color: #000;
	white-space: normal;
	font-weight: bold;
}
#section-lets{
	font-weight: bold;
}
.descript{
	font-size: 17px;
	color: #000;
	white-space: normal;
}
.heading,.descript,.option_group{
	padding-bottom: 10px;
}
.option{
	width: 100%;
	padding-top:5px;
	padding-bottom: 5px;
	padding-right: 16px;
	padding-left: 5px;
	border-radius: 4px;
}
.option > .pretty{
	width: 100%;
}
.option > input,.option > select{
	width: 100%;
	text-indent: 10px;
	width: 100% !important;
    outline-color: #666;
    outline-width: 1px;
    color: #666666;
    border: 0;
	background-color: #fff;border: 1px solid #ced4da;
	padding: 0 12px;
    font-size: 15px;
    height: 40px;
}
.option > textarea{
	width: 100%;
	text-indent: 10px;
	width: 100% !important;
    outline-color: #201e1e;
    color: #666666;
    border: 0;
	height: 80px;
	background-color: #fff;border: 1px solid #ced4da;
	margin-top: 15px;
    border-radius: 4px;
    padding: 10px;
}
/* .option_group{
	padding-top: 30px;
} */
.checkbox_option:hover,.radio_option:hover{
	background-color: #f5f5f5;
}

input::placeholder{
	color: #888;
}
td{
	padding:10px 0px;
	cursor: pointer;
}
.tdhover{
	background-color: #d8d8d8 !important;
}


/*只在电脑端显示*/
.pc_show{
	display: block;
}
/*只在手机端显示*/
.mobile_show{
	display: none;
}

@media(max-width: 768px){
	/*只在电脑端显示*/
	.pc_show{
		display: none;
	}
	/*只在手机端显示*/
	.mobile_show{
		display: block;
	}
.descript_body{position: relative;}
.video_control{width: 35px !important;height: 35px !important;}
}


/*控件Css*/
.scale_number,.pc_show.review,.scale_number,.pc_show.reviewtext{
	width: 100%;
	text-align: center;
}
.scale_number td{
	background-color: #f5f5f5;
	border:thin solid #ccc;
}

.scale_number .active{
	background-color:  #d8d8d8 !important;
}

.pc_show.review .title,.pc_show.reviewtext .title{
	background-color: #f5f5f5;
	padding-left: 10px;
    padding-right: 10px;
}
.pc_show.review img,.pc_show.reviewtext img{
	transition: all 1s ease;
	transform: scale(0);
	opacity: 0;
}
.pc_show.review .active img,.pc_show.reviewtext .active img{
	transform: scale(1);
	opacity: 1;
}
.pc_show.review td,.pc_show.reviewtext td{
	background-color: #ffffff;
	border:thin solid #ccc;
    width: 5%;
}

.pc_show.review img,.pc_show.reviewtext img{
	width: 25px;
}
/*
.sliding_track{
	display: block;
    width: 100%;
    height: 6px;
    background-color: lightgray;
    border: 0;
    padding: 0;
    outline: none;
    border-radius: 10px;
}
.sliding_track::before{
	content: '';
    display: block;
    height: 100%;
    background-color: #ffdd00;
    width: calc(1% * var(--percent));
}
.sliding_thumb{
	position: absolute;
    width: 16px;
    height: 16px;
    border: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 0 2px #ffdd00;
    border-radius: 50%;
    left: calc(1% * var(--percent));
    top: 0;
    margin: auto -8px;
    outline: none!important;
    border-radius: 10px;
    cursor: pointer;
}*/


.sliding_track{
    display: block;
    width: 100%;
    height: 6px;
    background-color: lightgray;
    border: 0;
    padding: 0;
    outline: none;
    border-radius: 10px;
}
.sliding_track_before{
    content: '';
    display: block;
    height: 100%;
    background-color: #ffdd00;
    border-radius: 10px;

}
.video_control{
	width: 80px;
	height: 80px;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
@media (max-width: 768px){
	video{background: black;}
}
.sliding_thumb{
    position: absolute;
    width: 16px;
    height: 16px;
    border: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 0 2px #ffdd00;
    border-radius: 50%;
    top: 0;
    margin: auto -8px;
    outline: none!important;
    border-radius: 10px;
    cursor: pointer;
}

.vote{
	width: 226px;
	border:thin solid #D0D2D3;
	position: relative;
	cursor: pointer;
}
.vote:hover{
	border-color:#f68e31; 
}
.vote.active{
	border-color: #f68e31;
}
.vote.active > .vote_choose{
	transform: scale(1);
	opacity: 1;
}
.vote.active > .vote_value{
	background: #999999;
}
.vote_choose{
	position: absolute;
    right: 0;
    top: 0;
    height: 26px;
    width: 26px;
    background: #f68e31;
    color: white;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    font-weight: 700;
    transform: scale(0);
    transition: all .5s;
    opacity: 0;
    z-index: 10;
}
.vote .vote_img{
	width: 224px;
	height: 168px;
	text-align: center;
	background-color: #EFEFEF;
	position: relative;
}
.vote .vote_img img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.vote_value{
	min-height: 50px;
	padding: 8px;
 		transition: all .5s;
}
.vote_option_group{
	display: flex;
	flex-wrap: wrap;
}


/*Finish 之后弹出的层*/
.going{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 22px;
}
.going .url{
	color: #dbdbdb;
}
.going a{
	color: #f68e31;
}


/*外用插件*/
.swal-button {
	background-color: #f68e31;
}
.table_text{    border: transparent; outline: none;padding: 0 5px;text-align: left;resize: none;
    width: 100%;overflow-y: hidden;}
@media only screen and (max-width:691px){
	.table_text{    border: 1PX solid #555; outline: none;padding: 0 5px;display: block;
		width: 100%;text-align: left;}
}
.reviewtext td input{width: 100%;}
.descript_body{display: none;}
.survey_group_option label{display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold;}
.survey_group_option input,.survey_group_option select{    text-indent: 10px;width: 100% !important;outline-color: #666;outline-width: 1px;color: #666666;background-color: #fff;border: 1px solid #ced4da;padding: 0 12px;font-size: 15px;height: 40px;}
@media (min-width: 768px){
	#app .control{padding-bottom: 180px;}
}
@media screen and (max-width: 768px){
	.slide .descript_body{position: unset;    transform: translateY(0px);padding: 0 !important;}
	.slide .heading{padding-top:30px;}
}
.invite{
animation:mymove 5s infinite;
-webkit-animation:mymove 5s infinite; /*Safari and Chrome*/
}

@keyframes mymove
{
0% {background:#fcfcfc;color:#333333;}
50% {background:#636363;color:white;}
100% {background:#fcfcfc;color:#333333;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0% {background:#fcfcfc;color:#333333;}
	50% {background:#636363;color:white;}
	100% {background:#fcfcfc;color:#333333;}
}
.upload_file ul{display: flex;flex-wrap: wrap;justify-content: space-between;padding:0;}
.upload_file ul li{list-style-type: none;
    padding: 5px 10px;
    background: white;
    border-radius: 4px;
    margin: 5px 0;
    border: 1px solid #cccccc;
    cursor: pointer;}
    .upload_file ul li a{color:#000;}
