.vbutton {font-weight: normal;font-size: 14px;line-height: 20px;text-transform: none;letter-spacing: 0; width: 170px;height: 46px;display: inline-block;position: relative;border-radius: 3px;cursor: pointer;line-height: 46px !important;text-align: center;text-decoration: none}
.vbutton .vcode {font-weight: normal;font-size: 18px;line-height: 24px;text-transform: none;letter-spacing: 0;text-align: right;padding: 0 8px;line-height: 42px !important;font-weight: 600 !important;border: 1px dashed #12c3ff;background-color: #c4f0ff;color: #12c3ff}
.vbutton .vcode, .vbutton {font-family: "Helvetica","Arial","sans-serif";-webkit-font-smoothing: antialiased}
.vbutton .vcode, .vbutton .vlabel {width: inherit;height: inherit;display: inherit;border-radius: inherit}
.vbutton .vcode:hover {background-color: #baeeff}
.vbutton .vlabel {position: absolute;top: 0;left: 0;color: #fff;white-space: nowrap;overflow: hidden;-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;-ms-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;background-color: #139be8}
.vbutton .vlabel:hover {background-color: #118ed5}
.vbutton.iscode.isopen .vcode {text-align: center}
.vbutton.iscode.isopen .vlabel {display: none}
.vbutton.iscode.isopen {width: auto;min-width: 170px}
.vbutton.iscode:not(.isopen) {overflow: hidden}
.vbutton.iscode:not(.isopen) .vlabel {width: 139px;text-align: left;padding-left: 13px;border-top-right-radius: 0;border-bottom-right-radius: 0}
.vbutton.iscode:not(.isopen):after {content: "";display: block;position: absolute;width: 0;height: 0;top: 0;left: 139px;border-width: 8px;border-style: solid;border-color: transparent;-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;-ms-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;border-bottom-left-radius: 3px;border-left-color: #1975b7;border-bottom-color: #1975b7}
.vbutton.iscode:not(.isopen):before {content: "";display: block;position: absolute;width: 0;height: 46px;bottom: 0;left: 139px;-webkit-transition: all 0.1s ease-in;-moz-transition: all 0.1s ease-in;-ms-transition: all 0.1s ease-in;-o-transition: all 0.1s ease-in;transition: all 0.1s ease-in;border-top: 16px solid transparent;border-right: 16px solid transparent;border-bottom: 0;border-left: 16px solid #139be8}
.vbutton.iscode:not(.isopen):hover .vlabel {width: 113px;background-color: #118ed5}
.vbutton.iscode:not(.isopen):hover:after {border-width: 16px;left: 113px}
.vbutton.iscode:not(.isopen):hover:before {left: 113px;height: 46px;border-width: 32px;border-left-width: 32px;border-left-color: #118ed5}