﻿/* toolbar */

.byw-toolbar {
	float: left;
	display: flex;
	display: -webkit-flex;
	flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	position: fixed;
	/*top: 185px;*/
	top: 36px;
	right: 8px;
	z-index: 199;
	width: 58px;
	min-height: 360px;
}

.byw-toolbar ul {
	margin: 0 !important;
	padding: 0 !important;
}

.byw-toolbar ul li {
	float: left;
	display: block;
	width: 100%;
}

.byw-toolbar ul li:not(.hotline) {
	display: none;
}

.byw-toolbar ul li .byw-toolbar-btn {
	float: left;
	display: block;
	margin-bottom: 8px;
	width: 58px;
	height: 58px;
	text-align: center;
	color: #FFF !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
	/*background-color: rgba(255, 255, 255, 0.3);*/
	background-color: #3EA3FF;
	/*border: 1px solid rgba(255, 255, 255, 0.15);*/
	border: 1px solid #3394EB;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	transition: 0.1s;
	-moz-transition: 0.1s;
	-webkit-transition: 0.1s;
	-o-transition: 0.1s;
}

.byw-toolbar ul li .byw-toolbar-btn:hover {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
	background-color: rgba(0, 0, 0, 0.4);
}

.byw-toolbar ul li .byw-toolbar-btn span {
	float: left;
	display: block;
	width: 100%;
	height: 36px;
	text-align: center;
	overflow: hidden;
}

.byw-toolbar ul li .byw-toolbar-btn span i {
	font-size: 24px;
	line-height: 36px;
	color: #FFF !important;
}

.byw-toolbar ul li .byw-toolbar-btn span.icon_svg {
	padding-top: 6px;
}

.byw-toolbar ul li .byw-toolbar-btn span img {
	margin-top: 6px;
	width: 24px;
	height: 24px;
}

.byw-toolbar ul li .byw-toolbar-btn font {
	float: left;
	display: block;
	width: 100%;
	font-family: simsun;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	text-indent: 1px;
	color: #FFF !important;
}


/* toolbar - phone */

.byw-toolbar-phone {
	float: left;
	position: absolute;
	top: 66px;
	right: 64px;
	display: none;
	width: 270px;
	height: 58px;
	background-color: #FFF;
	box-shadow: -2px 0 4px rgba(0, 0, 0, 0.3);
}

.byw-toolbar-phone::after {
	position: absolute;
	display: inline-block;
	top: 22px;
	right: -5px;
	width: 0;
	height: 0px;
	content: '';
	border-style: solid;
	border-width: 6px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.3);
}

.byw-toolbar-phone .icon-telephone {
	float: left;
	display: block;
	padding: 14px;
	width: 58px;
	height: 58px;
	background: #FF7400 url(../img/telephone.svg) center no-repeat;
}

.byw-toolbar-phone font {
	float: left;
	display: block;
	width: 210px;
	font-size: 28px;
	font-weight: 400;
	line-height: 58px;
	color: #FF7400;
	text-align: center;
	text-shadow: 1px 1px 0 #FF5252;
}

.byw-toolbar ul li:hover .byw-toolbar-phone {
	display: block;
}


/* toolbar - qq */

.byw-toolbar-qq {
	float: left;
	position: absolute;
	top: 132px;
	right: 64px;
	display: none;
	width: 270px;
	height: 58px;
	background-color: #FFF;
	box-shadow: -2px 0 4px rgba(0, 0, 0, 0.3);
}

.byw-toolbar-qq::after {
	position: absolute;
	display: inline-block;
	top: 22px;
	right: -5px;
	width: 0;
	height: 0px;
	content: '';
	border-style: solid;
	border-width: 6px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.3);
}

.byw-toolbar-qq .icon-qq {
	float: left;
	display: block;
	padding: 14px;
	width: 58px;
	height: 58px;
	background: #FF7400 url(../img/txqq.svg) center no-repeat;
}

.byw-toolbar-qq a {
	float: left;
	display: block;
	padding-top: 15px;
	width: 210px;
	text-align: center;
}

.byw-toolbar-qq a img {
	width: 74px;
	height: 23px;
}

.byw-toolbar ul li:hover .byw-toolbar-qq {
	display: block;
}


/* toolbar - wechat */

.byw-toolbar-wechat {
	float: left;
	position: absolute;
	top: 198px;
	right: 64px;
	display: none;
	width: 140px;
	height: 165px;
	text-align: center;
	background-color: #FFF;
	box-shadow: -2px 0 4px rgba(0, 0, 0, 0.3);
}

.byw-toolbar-wechat::after {
	position: absolute;
	display: inline-block;
	top: 22px;
	right: -5px;
	width: 0;
	height: 0px;
	content: '';
	border-style: solid;
	border-width: 6px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.3);
}

.byw-toolbar-wechat a {
	float: left;
	display: block;
	padding: 5px;
	width: 100%;
}

.byw-toolbar-wechat img {
	width: 100%;
	height: 100%;
	max-width: 130px;
	max-height: 130px;
}

.byw-toolbar-wechat span {
	float: left;
	display: block;
	width: 100%;
	font-family: simsun;
	font-size: 14px;
	line-height: 14px;
	color: #282828;
}

.byw-toolbar ul li:hover .byw-toolbar-wechat {
	display: block;
}


/* toolbar - applet */

.byw-toolbar-applet {
	float: left;
	position: absolute;
	top: 264px;
	right: 64px;
	display: none;
	width: 150px;
	height: 175px;
	text-align: center;
	background-color: #FFF;
	box-shadow: -2px 0 4px rgba(0, 0, 0, 0.3);
}

.byw-toolbar-applet::after {
	position: absolute;
	display: inline-block;
	top: 22px;
	right: -5px;
	width: 0;
	height: 0px;
	content: '';
	border-style: solid;
	border-width: 6px;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.3);
}

.byw-toolbar-applet a {
	float: left;
	display: block;
	padding: 5px;
	width: 100%;
}

.byw-toolbar-applet img {
	width: 100%;
	height: 100%;
	max-width: 130px;
	max-height: 130px;
}

.byw-toolbar-applet span {
	float: left;
	display: block;
	width: 100%;
	font-family: simsun;
	font-size: 14px;
	line-height: 14px;
	color: #282828;
}

.byw-toolbar ul li:hover .byw-toolbar-applet {
	display: block;
}


/* toolbar - hotline */

.byw-toolbar-hotline {
	float: left;
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -180px;
	margin-left: -240px;
	width: 480px;
	height: 360px;
	background-color: #FFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}


/*.byw-toolbar-hotline {
	float: left;
	display: block;
	position: absolute;
    top: 200px;
    right: 64px;    
    width: 480px;
    height: 360px;
    background-color: #FFF;  
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.3);
}

.byw-toolbar-hotline::after {
	position: absolute;
    display: inline-block;
    top: 152px;
    right: -5px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.3);
}*/

.byw-toolbar-hotline .header {
	float: left;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	height: 32px;
	font-family: arial, simsun;
	font-size: 14px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 1px;
	color: #FFF;
	background-color: #FF7400;
	border-bottom: 1px solid #FF5252;
}

.byw-toolbar-hotline .header button.am-close {
	float: right;
	display: inline;
	font-size: 30px;
	font-weight: 400;
	line-height: 32px;
	color: #FFF;
	opacity: 1;
	text-shadow: 0 1px 2px #000;
}

.byw-toolbar-hotline .content {
	float: left;
	display: block;
	padding: 20px;
	width: 100%;
}

.byw-toolbar-hotline .content form .left {
	float: left;
	display: inline;
	width: 22%;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
}

.byw-toolbar-hotline .content form .left font {
	margin-right: 5px;
	font-weight: 700;
	color: #FF0000;
}

.byw-toolbar-hotline .content form .right {
	float: right;
	display: inline;
	width: 78%;
}

.byw-toolbar-hotline .content form .contact .right {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.byw-toolbar-hotline .content form .contact .right input:not(:first-of-type) {
	margin-left: 10px;
}

.byw-toolbar-hotline .content form .message .right textarea {
	height: 140px;
}

.byw-toolbar-hotline .content form .submit .left,
.byw-toolbar-hotline .content form .submit .right {
	float: left;
	display: inline;
	padding-left: 10px;
	width: 50%;
}


/*.byw-toolbar-hotline .content form .submit .left input[type=checkbox] {
	margin-top: 2px;
	margin-right: 5px;
	width: 18px;
	height: 18px;
}*/

.byw-toolbar-hotline .content form .submit .left .am-ucheck-icons {
	top: auto;
	color: #FF7400 !important;
}

.byw-toolbar-hotline .content form .submit .right button {
	float: right;
	display: inline-block;
	padding: 10px 20px;
	height: 38px;
	font-size: 16px;
	line-height: 18px !important;
	letter-spacing: 2px !important;
	text-indent: 4px !important;
	text-align: center !important;
	color: #FFF !important;
	background-color: #FF7400 !important;
	border: 1px solid #FF7400 !important;
	border-radius: 3px !important;
}